Class: Aws::Types::ListResourcesInProtectionGroupResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListResourcesInProtectionGroupResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#resource_arns ⇒ ::Array[::String]
Returns the value of attribute resource_arns.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
415 416 417 |
# File 'sig/types.rbs', line 415 def next_token @next_token end |
#resource_arns ⇒ ::Array[::String]
Returns the value of attribute resource_arns.
414 415 416 |
# File 'sig/types.rbs', line 414 def resource_arns @resource_arns end |