Class: Aws::Types::GetIpamDiscoveredPublicAddressesRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetIpamDiscoveredPublicAddressesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#address_region ⇒ ::String
Returns the value of attribute address_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
#address_region ⇒ ::String
Returns the value of attribute address_region.
10377 10378 10379 |
# File 'sig/types.rbs', line 10377 def address_region @address_region end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
10375 10376 10377 |
# File 'sig/types.rbs', line 10375 def dry_run @dry_run end |
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
10378 10379 10380 |
# File 'sig/types.rbs', line 10378 def filters @filters end |
#ipam_resource_discovery_id ⇒ ::String
Returns the value of attribute ipam_resource_discovery_id.
10376 10377 10378 |
# File 'sig/types.rbs', line 10376 def ipam_resource_discovery_id @ipam_resource_discovery_id end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
10380 10381 10382 |
# File 'sig/types.rbs', line 10380 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
10379 10380 10381 |
# File 'sig/types.rbs', line 10379 def next_token @next_token end |