Method: Aws::QuickSight::Types::GenerateEmbedUrlForRegisteredUserWithIdentityRequest#session_lifetime_in_minutes

Defined in:
lib/aws-sdk-quicksight/types.rb

#session_lifetime_in_minutesInteger

The validity of the session in minutes.

Returns:

  • (Integer)


17869
17870
17871
17872
17873
17874
17875
17876
# File 'lib/aws-sdk-quicksight/types.rb', line 17869

class GenerateEmbedUrlForRegisteredUserWithIdentityRequest < Struct.new(
  :aws_account_id,
  :session_lifetime_in_minutes,
  :experience_configuration,
  :allowed_domains)
  SENSITIVE = []
  include Aws::Structure
end