Class: Aws::Types::GetResourceCollectionRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetResourceCollectionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#resource_collection_type ⇒ "AWS_CLOUD_FORMATION", ...
Returns the value of attribute resource_collection_type.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
343 344 345 |
# File 'sig/types.rbs', line 343 def next_token @next_token end |
#resource_collection_type ⇒ "AWS_CLOUD_FORMATION", ...
Returns the value of attribute resource_collection_type.
342 343 344 |
# File 'sig/types.rbs', line 342 def resource_collection_type @resource_collection_type end |