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])


5290
5291
5292
# File 'sig/types.rbs', line 5290

def allocation_ids
  @allocation_ids
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


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.

Returns:



5289
5290
5291
# File 'sig/types.rbs', line 5289

def filters
  @filters
end

#public_ips::Array[::String]

Returns the value of attribute public_ips.

Returns:

  • (::Array[::String])


5287
5288
5289
# File 'sig/types.rbs', line 5287

def public_ips
  @public_ips
end