Class: Aws::Types::ListResourcesRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListResourcesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#principal ⇒ ::String
Returns the value of attribute principal.
-
#resource_arns ⇒ ::Array[::String]
Returns the value of attribute resource_arns.
-
#resource_owner ⇒ "SELF", "OTHER-ACCOUNTS"
Returns the value of attribute resource_owner.
-
#resource_region_scope ⇒ "ALL", ...
Returns the value of attribute resource_region_scope.
-
#resource_share_arns ⇒ ::Array[::String]
Returns the value of attribute resource_share_arns.
-
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
Instance Attribute Details
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
436 437 438 |
# File 'sig/types.rbs', line 436 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
435 436 437 |
# File 'sig/types.rbs', line 435 def next_token @next_token end |
#principal ⇒ ::String
Returns the value of attribute principal.
431 432 433 |
# File 'sig/types.rbs', line 431 def principal @principal end |
#resource_arns ⇒ ::Array[::String]
Returns the value of attribute resource_arns.
433 434 435 |
# File 'sig/types.rbs', line 433 def resource_arns @resource_arns end |
#resource_owner ⇒ "SELF", "OTHER-ACCOUNTS"
Returns the value of attribute resource_owner.
430 431 432 |
# File 'sig/types.rbs', line 430 def resource_owner @resource_owner end |
#resource_region_scope ⇒ "ALL", ...
Returns the value of attribute resource_region_scope.
437 438 439 |
# File 'sig/types.rbs', line 437 def resource_region_scope @resource_region_scope end |
#resource_share_arns ⇒ ::Array[::String]
Returns the value of attribute resource_share_arns.
434 435 436 |
# File 'sig/types.rbs', line 434 def resource_share_arns @resource_share_arns end |
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
432 433 434 |
# File 'sig/types.rbs', line 432 def resource_type @resource_type end |