Class: Aws::Types::ResourceSetSummary
- Inherits:
-
Object
- Object
- Aws::Types::ResourceSetSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#last_update_time ⇒ ::Time
Returns the value of attribute last_update_time.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#resource_set_status ⇒ "ACTIVE", "OUT_OF_ADMIN_SCOPE"
Returns the value of attribute resource_set_status.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
1048 1049 1050 |
# File 'sig/types.rbs', line 1048 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
1046 1047 1048 |
# File 'sig/types.rbs', line 1046 def id @id end |
#last_update_time ⇒ ::Time
Returns the value of attribute last_update_time.
1049 1050 1051 |
# File 'sig/types.rbs', line 1049 def last_update_time @last_update_time end |
#name ⇒ ::String
Returns the value of attribute name.
1047 1048 1049 |
# File 'sig/types.rbs', line 1047 def name @name end |
#resource_set_status ⇒ "ACTIVE", "OUT_OF_ADMIN_SCOPE"
Returns the value of attribute resource_set_status.
1050 1051 1052 |
# File 'sig/types.rbs', line 1050 def resource_set_status @resource_set_status end |