Class: Aws::Types::ResourceSet
- Inherits:
-
Object
- Object
- Aws::Types::ResourceSet
- 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.
-
#resource_type_list ⇒ ::Array[::String]
Returns the value of attribute resource_type_list.
-
#update_token ⇒ ::String
Returns the value of attribute update_token.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
1037 1038 1039 |
# File 'sig/types.rbs', line 1037 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
1035 1036 1037 |
# File 'sig/types.rbs', line 1035 def id @id end |
#last_update_time ⇒ ::Time
Returns the value of attribute last_update_time.
1040 1041 1042 |
# File 'sig/types.rbs', line 1040 def last_update_time @last_update_time end |
#name ⇒ ::String
Returns the value of attribute name.
1036 1037 1038 |
# File 'sig/types.rbs', line 1036 def name @name end |
#resource_set_status ⇒ "ACTIVE", "OUT_OF_ADMIN_SCOPE"
Returns the value of attribute resource_set_status.
1041 1042 1043 |
# File 'sig/types.rbs', line 1041 def resource_set_status @resource_set_status end |
#resource_type_list ⇒ ::Array[::String]
Returns the value of attribute resource_type_list.
1039 1040 1041 |
# File 'sig/types.rbs', line 1039 def resource_type_list @resource_type_list end |
#update_token ⇒ ::String
Returns the value of attribute update_token.
1038 1039 1040 |
# File 'sig/types.rbs', line 1038 def update_token @update_token end |