Class: Aws::Types::PutResourceSetResponse
- Inherits:
-
Object
- Object
- Aws::Types::PutResourceSetResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#resource_set ⇒ Types::ResourceSet
Returns the value of attribute resource_set.
-
#resource_set_arn ⇒ ::String
Returns the value of attribute resource_set_arn.
Instance Attribute Details
#resource_set ⇒ Types::ResourceSet
Returns the value of attribute resource_set.
981 982 983 |
# File 'sig/types.rbs', line 981 def resource_set @resource_set end |
#resource_set_arn ⇒ ::String
Returns the value of attribute resource_set_arn.
982 983 984 |
# File 'sig/types.rbs', line 982 def resource_set_arn @resource_set_arn end |