Class: Aws::Types::GetIpamDiscoveredAccountsRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetIpamDiscoveredAccountsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#discovery_region ⇒ ::String
Returns the value of attribute discovery_region.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
-
#ipam_resource_discovery_id ⇒ ::String
Returns the value of attribute ipam_resource_discovery_id.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#discovery_region ⇒ ::String
Returns the value of attribute discovery_region.
10023 10024 10025 |
# File 'sig/types.rbs', line 10023 def discovery_region @discovery_region end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
10021 10022 10023 |
# File 'sig/types.rbs', line 10021 def dry_run @dry_run end |
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
10024 10025 10026 |
# File 'sig/types.rbs', line 10024 def filters @filters end |
#ipam_resource_discovery_id ⇒ ::String
Returns the value of attribute ipam_resource_discovery_id.
10022 10023 10024 |
# File 'sig/types.rbs', line 10022 def ipam_resource_discovery_id @ipam_resource_discovery_id end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
10026 10027 10028 |
# File 'sig/types.rbs', line 10026 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
10025 10026 10027 |
# File 'sig/types.rbs', line 10025 def next_token @next_token end |