Class: Aws::Types::UpdateResourceSetResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateResourceSetResponse
- 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.
519 520 521 |
# File 'sig/types.rbs', line 519 def resource_set_arn @resource_set_arn end |
#resource_set_name ⇒ ::String
Returns the value of attribute resource_set_name.
520 521 522 |
# File 'sig/types.rbs', line 520 def resource_set_name @resource_set_name end |
#resource_set_type ⇒ ::String
Returns the value of attribute resource_set_type.
521 522 523 |
# File 'sig/types.rbs', line 521 def resource_set_type @resource_set_type end |
#resources ⇒ ::Array[Types::Resource]
Returns the value of attribute resources.
522 523 524 |
# File 'sig/types.rbs', line 522 def resources @resources end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
523 524 525 |
# File 'sig/types.rbs', line 523 def @tags end |