Class: Aws::Types::DescribeAddressesRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeAddressesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allocation_ids ⇒ ::Array[::String]
Returns the value of attribute allocation_ids.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
-
#public_ips ⇒ ::Array[::String]
Returns the value of attribute public_ips.
Instance Attribute Details
#allocation_ids ⇒ ::Array[::String]
Returns the value of attribute allocation_ids.
5290 5291 5292 |
# File 'sig/types.rbs', line 5290 def allocation_ids @allocation_ids end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
5288 5289 5290 |
# File 'sig/types.rbs', line 5288 def dry_run @dry_run end |
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
5289 5290 5291 |
# File 'sig/types.rbs', line 5289 def filters @filters end |
#public_ips ⇒ ::Array[::String]
Returns the value of attribute public_ips.
5287 5288 5289 |
# File 'sig/types.rbs', line 5287 def public_ips @public_ips end |