Class: Aws::Types::Subnet

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#subnet_availability_zoneTypes::AvailabilityZone

Returns the value of attribute subnet_availability_zone.



1816
1817
1818
# File 'sig/types.rbs', line 1816

def subnet_availability_zone
  @subnet_availability_zone
end

#subnet_identifier::String

Returns the value of attribute subnet_identifier.

Returns:

  • (::String)


1815
1816
1817
# File 'sig/types.rbs', line 1815

def subnet_identifier
  @subnet_identifier
end

#subnet_outpostTypes::SubnetOutpost

Returns the value of attribute subnet_outpost.



1817
1818
1819
# File 'sig/types.rbs', line 1817

def subnet_outpost
  @subnet_outpost
end

#supported_network_types::Array[("ipv4" | "ipv6" | "dual_stack")]

Returns the value of attribute supported_network_types.

Returns:

  • (::Array[("ipv4" | "ipv6" | "dual_stack")])


1818
1819
1820
# File 'sig/types.rbs', line 1818

def supported_network_types
  @supported_network_types
end