Class: Aws::Types::ExperiencesSummary
- Inherits:
-
Object
- Object
- Aws::Types::ExperiencesSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#endpoints ⇒ ::Array[Types::ExperienceEndpoint]
Returns the value of attribute endpoints.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#status ⇒ "CREATING", ...
Returns the value of attribute status.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
1023 1024 1025 |
# File 'sig/types.rbs', line 1023 def created_at @created_at end |
#endpoints ⇒ ::Array[Types::ExperienceEndpoint]
Returns the value of attribute endpoints.
1025 1026 1027 |
# File 'sig/types.rbs', line 1025 def endpoints @endpoints end |
#id ⇒ ::String
Returns the value of attribute id.
1022 1023 1024 |
# File 'sig/types.rbs', line 1022 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
1021 1022 1023 |
# File 'sig/types.rbs', line 1021 def name @name end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
1024 1025 1026 |
# File 'sig/types.rbs', line 1024 def status @status end |