Class: Aws::Types::ListDiscoveredResourcesRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListDiscoveredResourcesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#member_account_ids ⇒ ::Array[::String]
Returns the value of attribute member_account_ids.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
Instance Attribute Details
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
558 559 560 |
# File 'sig/types.rbs', line 558 def max_results @max_results end |
#member_account_ids ⇒ ::Array[::String]
Returns the value of attribute member_account_ids.
556 557 558 |
# File 'sig/types.rbs', line 556 def member_account_ids @member_account_ids end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
559 560 561 |
# File 'sig/types.rbs', line 559 def next_token @next_token end |
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
557 558 559 |
# File 'sig/types.rbs', line 557 def resource_type @resource_type end |