Class: Aws::Types::GenerateEmbedUrlForAnonymousUserRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#allowed_domains::Array[::String]

Returns the value of attribute allowed_domains.

Returns:

  • (::Array[::String])


6008
6009
6010
# File 'sig/types.rbs', line 6008

def allowed_domains
  @allowed_domains
end

#authorized_resource_arns::Array[::String]

Returns the value of attribute authorized_resource_arns.

Returns:

  • (::Array[::String])


6006
6007
6008
# File 'sig/types.rbs', line 6006

def authorized_resource_arns
  @authorized_resource_arns
end

#aws_account_id::String

Returns the value of attribute aws_account_id.

Returns:

  • (::String)


6002
6003
6004
# File 'sig/types.rbs', line 6002

def 
  @aws_account_id
end

#experience_configurationTypes::AnonymousUserEmbeddingExperienceConfiguration

Returns the value of attribute experience_configuration.



6007
6008
6009
# File 'sig/types.rbs', line 6007

def experience_configuration
  @experience_configuration
end

#namespace::String

Returns the value of attribute namespace.

Returns:

  • (::String)


6004
6005
6006
# File 'sig/types.rbs', line 6004

def namespace
  @namespace
end

#session_lifetime_in_minutes::Integer

Returns the value of attribute session_lifetime_in_minutes.

Returns:

  • (::Integer)


6003
6004
6005
# File 'sig/types.rbs', line 6003

def session_lifetime_in_minutes
  @session_lifetime_in_minutes
end

#session_tags::Array[Types::SessionTag]

Returns the value of attribute session_tags.

Returns:



6005
6006
6007
# File 'sig/types.rbs', line 6005

def session_tags
  @session_tags
end