Class: Aws::Types::ResourceSetOutput
- Inherits:
-
Object
- Object
- Aws::Types::ResourceSetOutput
- 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.
426 427 428 |
# File 'sig/types.rbs', line 426 def resource_set_arn @resource_set_arn end |
#resource_set_name ⇒ ::String
Returns the value of attribute resource_set_name.
427 428 429 |
# File 'sig/types.rbs', line 427 def resource_set_name @resource_set_name end |
#resource_set_type ⇒ ::String
Returns the value of attribute resource_set_type.
428 429 430 |
# File 'sig/types.rbs', line 428 def resource_set_type @resource_set_type end |
#resources ⇒ ::Array[Types::Resource]
Returns the value of attribute resources.
429 430 431 |
# File 'sig/types.rbs', line 429 def resources @resources end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
430 431 432 |
# File 'sig/types.rbs', line 430 def @tags end |