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


1626
1627
1628
# File 'sig/types.rbs', line 1626

def ip_address_type
  @ip_address_type
end

#subnet_id::String

Returns the value of attribute subnet_id.

Returns:

  • (::String)


1625
1626
1627
# File 'sig/types.rbs', line 1625

def subnet_id
  @subnet_id
end