Class: Aws::Types::GetIpamDiscoveredResourceCidrsRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetIpamDiscoveredResourceCidrsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
-
#resource_region ⇒ ::String
Returns the value of attribute resource_region.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
10392 10393 10394 |
# File 'sig/types.rbs', line 10392 def dry_run @dry_run end |
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
10395 10396 10397 |
# File 'sig/types.rbs', line 10395 def filters @filters end |
#ipam_resource_discovery_id ⇒ ::String
Returns the value of attribute ipam_resource_discovery_id.
10393 10394 10395 |
# File 'sig/types.rbs', line 10393 def ipam_resource_discovery_id @ipam_resource_discovery_id end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
10397 10398 10399 |
# File 'sig/types.rbs', line 10397 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
10396 10397 10398 |
# File 'sig/types.rbs', line 10396 def next_token @next_token end |
#resource_region ⇒ ::String
Returns the value of attribute resource_region.
10394 10395 10396 |
# File 'sig/types.rbs', line 10394 def resource_region @resource_region end |