Class: Aws::Types::AllocateAddressResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#allocation_id::String

Returns the value of attribute allocation_id.

Returns:

  • (::String)


314
315
316
# File 'sig/types.rbs', line 314

def allocation_id
  @allocation_id
end

#carrier_ip::String

Returns the value of attribute carrier_ip.

Returns:

  • (::String)


320
321
322
# File 'sig/types.rbs', line 320

def carrier_ip
  @carrier_ip
end

#customer_owned_ip::String

Returns the value of attribute customer_owned_ip.

Returns:

  • (::String)


318
319
320
# File 'sig/types.rbs', line 318

def customer_owned_ip
  @customer_owned_ip
end

#customer_owned_ipv_4_pool::String

Returns the value of attribute customer_owned_ipv_4_pool.

Returns:

  • (::String)


319
320
321
# File 'sig/types.rbs', line 319

def customer_owned_ipv_4_pool
  @customer_owned_ipv_4_pool
end

#domain"vpc", "standard"

Returns the value of attribute domain.

Returns:

  • ("vpc", "standard")


317
318
319
# File 'sig/types.rbs', line 317

def domain
  @domain
end

#network_border_group::String

Returns the value of attribute network_border_group.

Returns:

  • (::String)


316
317
318
# File 'sig/types.rbs', line 316

def network_border_group
  @network_border_group
end

#public_ip::String

Returns the value of attribute public_ip.

Returns:

  • (::String)


321
322
323
# File 'sig/types.rbs', line 321

def public_ip
  @public_ip
end

#public_ipv_4_pool::String

Returns the value of attribute public_ipv_4_pool.

Returns:

  • (::String)


315
316
317
# File 'sig/types.rbs', line 315

def public_ipv_4_pool
  @public_ipv_4_pool
end