Class: Aws::Types::DescribeExperienceResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeExperienceResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#configuration ⇒ Types::ExperienceConfiguration
Returns the value of attribute configuration.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#endpoints ⇒ ::Array[Types::ExperienceEndpoint]
Returns the value of attribute endpoints.
-
#error_message ⇒ ::String
Returns the value of attribute error_message.
-
#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.
-
#status ⇒ "CREATING", ...
Returns the value of attribute status.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#configuration ⇒ Types::ExperienceConfiguration
Returns the value of attribute configuration.
712 713 714 |
# File 'sig/types.rbs', line 712 def configuration @configuration end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
713 714 715 |
# File 'sig/types.rbs', line 713 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
715 716 717 |
# File 'sig/types.rbs', line 715 def description @description end |
#endpoints ⇒ ::Array[Types::ExperienceEndpoint]
Returns the value of attribute endpoints.
711 712 713 |
# File 'sig/types.rbs', line 711 def endpoints @endpoints end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
718 719 720 |
# File 'sig/types.rbs', line 718 def @error_message end |
#id ⇒ ::String
Returns the value of attribute id.
708 709 710 |
# File 'sig/types.rbs', line 708 def id @id end |
#index_id ⇒ ::String
Returns the value of attribute index_id.
709 710 711 |
# File 'sig/types.rbs', line 709 def index_id @index_id end |
#name ⇒ ::String
Returns the value of attribute name.
710 711 712 |
# File 'sig/types.rbs', line 710 def name @name end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
717 718 719 |
# File 'sig/types.rbs', line 717 def role_arn @role_arn end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
716 717 718 |
# File 'sig/types.rbs', line 716 def status @status end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
714 715 716 |
# File 'sig/types.rbs', line 714 def updated_at @updated_at end |