Class: Aws::Types::GenerateEmbedUrlForAnonymousUserRequest
- Inherits:
-
Object
- Object
- Aws::Types::GenerateEmbedUrlForAnonymousUserRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allowed_domains ⇒ ::Array[::String]
Returns the value of attribute allowed_domains.
-
#authorized_resource_arns ⇒ ::Array[::String]
Returns the value of attribute authorized_resource_arns.
-
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
-
#experience_configuration ⇒ Types::AnonymousUserEmbeddingExperienceConfiguration
Returns the value of attribute experience_configuration.
-
#namespace ⇒ ::String
Returns the value of attribute namespace.
-
#session_lifetime_in_minutes ⇒ ::Integer
Returns the value of attribute session_lifetime_in_minutes.
-
#session_tags ⇒ ::Array[Types::SessionTag]
Returns the value of attribute session_tags.
Instance Attribute Details
#allowed_domains ⇒ ::Array[::String]
Returns the value of attribute allowed_domains.
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.
6006 6007 6008 |
# File 'sig/types.rbs', line 6006 def @authorized_resource_arns end |
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
6002 6003 6004 |
# File 'sig/types.rbs', line 6002 def aws_account_id @aws_account_id end |
#experience_configuration ⇒ Types::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.
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.
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.
6005 6006 6007 |
# File 'sig/types.rbs', line 6005 def @session_tags end |