Class: Aws::Types::UpdateExperienceRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateExperienceRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#configuration ⇒ Types::ExperienceConfiguration
Returns the value of attribute configuration.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#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
#configuration ⇒ Types::ExperienceConfiguration
Returns the value of attribute configuration.
2084 2085 2086 |
# File 'sig/types.rbs', line 2084 def configuration @configuration end |
#description ⇒ ::String
Returns the value of attribute description.
2085 2086 2087 |
# File 'sig/types.rbs', line 2085 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
2080 2081 2082 |
# File 'sig/types.rbs', line 2080 def id @id end |
#index_id ⇒ ::String
Returns the value of attribute index_id.
2082 2083 2084 |
# File 'sig/types.rbs', line 2082 def index_id @index_id end |
#name ⇒ ::String
Returns the value of attribute name.
2081 2082 2083 |
# File 'sig/types.rbs', line 2081 def name @name end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
2083 2084 2085 |
# File 'sig/types.rbs', line 2083 def role_arn @role_arn end |