Class: Aws::Types::ServiceSummary
- Inherits:
-
Object
- Object
- Aws::Types::ServiceSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#last_modified_at ⇒ ::Time
Returns the value of attribute last_modified_at.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#status ⇒ "CREATE_IN_PROGRESS", ...
Returns the value of attribute status.
-
#status_message ⇒ ::String
Returns the value of attribute status_message.
-
#template_name ⇒ ::String
Returns the value of attribute template_name.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
1406 1407 1408 |
# File 'sig/types.rbs', line 1406 def arn @arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
1407 1408 1409 |
# File 'sig/types.rbs', line 1407 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
1408 1409 1410 |
# File 'sig/types.rbs', line 1408 def description @description end |
#last_modified_at ⇒ ::Time
Returns the value of attribute last_modified_at.
1409 1410 1411 |
# File 'sig/types.rbs', line 1409 def last_modified_at @last_modified_at end |
#name ⇒ ::String
Returns the value of attribute name.
1410 1411 1412 |
# File 'sig/types.rbs', line 1410 def name @name end |
#status ⇒ "CREATE_IN_PROGRESS", ...
Returns the value of attribute status.
1411 1412 1413 |
# File 'sig/types.rbs', line 1411 def status @status end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
1412 1413 1414 |
# File 'sig/types.rbs', line 1412 def @status_message end |
#template_name ⇒ ::String
Returns the value of attribute template_name.
1413 1414 1415 |
# File 'sig/types.rbs', line 1413 def template_name @template_name end |