Class: Aws::Types::Address

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)


251
252
253
# File 'sig/types.rbs', line 251

def allocation_id
  @allocation_id
end

#association_id::String

Returns the value of attribute association_id.

Returns:

  • (::String)


252
253
254
# File 'sig/types.rbs', line 252

def association_id
  @association_id
end

#carrier_ip::String

Returns the value of attribute carrier_ip.

Returns:

  • (::String)


262
263
264
# File 'sig/types.rbs', line 262

def carrier_ip
  @carrier_ip
end

#customer_owned_ip::String

Returns the value of attribute customer_owned_ip.

Returns:

  • (::String)


260
261
262
# File 'sig/types.rbs', line 260

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)


261
262
263
# File 'sig/types.rbs', line 261

def customer_owned_ipv_4_pool
  @customer_owned_ipv_4_pool
end

#domain"vpc", "standard"

Returns the value of attribute domain.

Returns:

  • ("vpc", "standard")


253
254
255
# File 'sig/types.rbs', line 253

def domain
  @domain
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


265
266
267
# File 'sig/types.rbs', line 265

def instance_id
  @instance_id
end

#network_border_group::String

Returns the value of attribute network_border_group.

Returns:

  • (::String)


259
260
261
# File 'sig/types.rbs', line 259

def network_border_group
  @network_border_group
end

#network_interface_id::String

Returns the value of attribute network_interface_id.

Returns:

  • (::String)


254
255
256
# File 'sig/types.rbs', line 254

def network_interface_id
  @network_interface_id
end

#network_interface_owner_id::String

Returns the value of attribute network_interface_owner_id.

Returns:

  • (::String)


255
256
257
# File 'sig/types.rbs', line 255

def network_interface_owner_id
  @network_interface_owner_id
end

#private_ip_address::String

Returns the value of attribute private_ip_address.

Returns:

  • (::String)


256
257
258
# File 'sig/types.rbs', line 256

def private_ip_address
  @private_ip_address
end

#public_ip::String

Returns the value of attribute public_ip.

Returns:

  • (::String)


266
267
268
# File 'sig/types.rbs', line 266

def public_ip
  @public_ip
end

#public_ipv_4_pool::String

Returns the value of attribute public_ipv_4_pool.

Returns:

  • (::String)


258
259
260
# File 'sig/types.rbs', line 258

def public_ipv_4_pool
  @public_ipv_4_pool
end

#service_managed"alb", ...

Returns the value of attribute service_managed.

Returns:

  • ("alb", "nlb", "rnat", "rds")


264
265
266
# File 'sig/types.rbs', line 264

def service_managed
  @service_managed
end

#subnet_id::String

Returns the value of attribute subnet_id.

Returns:

  • (::String)


263
264
265
# File 'sig/types.rbs', line 263

def subnet_id
  @subnet_id
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



257
258
259
# File 'sig/types.rbs', line 257

def tags
  @tags
end