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])


6274
6275
6276
# File 'sig/types.rbs', line 6274

def allowed_domains
  @allowed_domains
end

#authorized_resource_arns::Array[::String]

Returns the value of attribute authorized_resource_arns.

Returns:

  • (::Array[::String])


6272
6273
6274
# File 'sig/types.rbs', line 6272

def authorized_resource_arns
  @authorized_resource_arns
end

#aws_account_id::String

Returns the value of attribute aws_account_id.

Returns:

  • (::String)


6268
6269
6270
# File 'sig/types.rbs', line 6268

def 
  @aws_account_id
end

#experience_configurationTypes::AnonymousUserEmbeddingExperienceConfiguration

Returns the value of attribute experience_configuration.



6273
6274
6275
# File 'sig/types.rbs', line 6273

def experience_configuration
  @experience_configuration
end

#namespace::String

Returns the value of attribute namespace.

Returns:

  • (::String)


6270
6271
6272
# File 'sig/types.rbs', line 6270

def namespace
  @namespace
end

#session_lifetime_in_minutes::Integer

Returns the value of attribute session_lifetime_in_minutes.

Returns:

  • (::Integer)


6269
6270
6271
# File 'sig/types.rbs', line 6269

def session_lifetime_in_minutes
  @session_lifetime_in_minutes
end

#session_tags::Array[Types::SessionTag]

Returns the value of attribute session_tags.

Returns:



6271
6272
6273
# File 'sig/types.rbs', line 6271

def session_tags
  @session_tags
end