Class: Aws::Types::GetIpamDiscoveredPublicAddressesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#address_region::String

Returns the value of attribute address_region.

Returns:

  • (::String)


10371
10372
10373
# File 'sig/types.rbs', line 10371

def address_region
  @address_region
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


10369
10370
10371
# File 'sig/types.rbs', line 10369

def dry_run
  @dry_run
end

#filters::Array[Types::Filter]

Returns the value of attribute filters.

Returns:



10372
10373
10374
# File 'sig/types.rbs', line 10372

def filters
  @filters
end

#ipam_resource_discovery_id::String

Returns the value of attribute ipam_resource_discovery_id.

Returns:

  • (::String)


10370
10371
10372
# File 'sig/types.rbs', line 10370

def ipam_resource_discovery_id
  @ipam_resource_discovery_id
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


10374
10375
10376
# File 'sig/types.rbs', line 10374

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


10373
10374
10375
# File 'sig/types.rbs', line 10373

def next_token
  @next_token
end