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.
5154 5155 5156 |
# File 'sig/types.rbs', line 5154 def allocation_ids @allocation_ids end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
5152 5153 5154 |
# File 'sig/types.rbs', line 5152 def dry_run @dry_run end |
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
5153 5154 5155 |
# File 'sig/types.rbs', line 5153 def filters @filters end |
#public_ips ⇒ ::Array[::String]
Returns the value of attribute public_ips.
5151 5152 5153 |
# File 'sig/types.rbs', line 5151 def public_ips @public_ips end |