Class: Aws::Types::CreateResourceSetRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateResourceSetRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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_name ⇒ ::String
Returns the value of attribute resource_set_name.
87 88 89 |
# File 'sig/types.rbs', line 87 def resource_set_name @resource_set_name end |
#resource_set_type ⇒ ::String
Returns the value of attribute resource_set_type.
88 89 90 |
# File 'sig/types.rbs', line 88 def resource_set_type @resource_set_type end |
#resources ⇒ ::Array[Types::Resource]
Returns the value of attribute resources.
89 90 91 |
# File 'sig/types.rbs', line 89 def resources @resources end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
90 91 92 |
# File 'sig/types.rbs', line 90 def @tags end |