Class: Aws::Types::SubnetMapping

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#ip_address_type"DUALSTACK", ...

Returns the value of attribute ip_address_type.

Returns:

  • ("DUALSTACK", "IPV4", "IPV6")


1653
1654
1655
# File 'sig/types.rbs', line 1653

def ip_address_type
  @ip_address_type
end

#subnet_id::String

Returns the value of attribute subnet_id.

Returns:

  • (::String)


1652
1653
1654
# File 'sig/types.rbs', line 1652

def subnet_id
  @subnet_id
end