Class: Aws::Types::GetResourceSetResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetResourceSetResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#resource_set_arn ⇒ ::String
Returns the value of attribute resource_set_arn.
-
#resource_set_name ⇒ ::String
Returns the value of attribute resource_set_name.
-
#resource_set_type ⇒ ::String
Returns the value of attribute resource_set_type.
-
#resources ⇒ ::Array[Types::Resource]
Returns the value of attribute resources.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#resource_set_arn ⇒ ::String
Returns the value of attribute resource_set_arn.
258 259 260 |
# File 'sig/types.rbs', line 258 def resource_set_arn @resource_set_arn end |
#resource_set_name ⇒ ::String
Returns the value of attribute resource_set_name.
259 260 261 |
# File 'sig/types.rbs', line 259 def resource_set_name @resource_set_name end |
#resource_set_type ⇒ ::String
Returns the value of attribute resource_set_type.
260 261 262 |
# File 'sig/types.rbs', line 260 def resource_set_type @resource_set_type end |
#resources ⇒ ::Array[Types::Resource]
Returns the value of attribute resources.
261 262 263 |
# File 'sig/types.rbs', line 261 def resources @resources end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
262 263 264 |
# File 'sig/types.rbs', line 262 def @tags end |