Class: Aws::Types::DescribeAddressesRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#allocation_ids::Array[::String]

Returns the value of attribute allocation_ids.

Returns:

  • (::Array[::String])


5154
5155
5156
# File 'sig/types.rbs', line 5154

def allocation_ids
  @allocation_ids
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


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.

Returns:



5153
5154
5155
# File 'sig/types.rbs', line 5153

def filters
  @filters
end

#public_ips::Array[::String]

Returns the value of attribute public_ips.

Returns:

  • (::Array[::String])


5151
5152
5153
# File 'sig/types.rbs', line 5151

def public_ips
  @public_ips
end