Class: Aws::Types::CreateExperienceRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateExperienceRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#configuration ⇒ Types::ExperienceConfiguration
Returns the value of attribute configuration.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#index_id ⇒ ::String
Returns the value of attribute index_id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
414 415 416 |
# File 'sig/types.rbs', line 414 def client_token @client_token end |
#configuration ⇒ Types::ExperienceConfiguration
Returns the value of attribute configuration.
412 413 414 |
# File 'sig/types.rbs', line 412 def configuration @configuration end |
#description ⇒ ::String
Returns the value of attribute description.
413 414 415 |
# File 'sig/types.rbs', line 413 def description @description end |
#index_id ⇒ ::String
Returns the value of attribute index_id.
410 411 412 |
# File 'sig/types.rbs', line 410 def index_id @index_id end |
#name ⇒ ::String
Returns the value of attribute name.
409 410 411 |
# File 'sig/types.rbs', line 409 def name @name end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
411 412 413 |
# File 'sig/types.rbs', line 411 def role_arn @role_arn end |