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

#availability_zone ⇒ Types::AvailabilityZone

Returns the value of attribute availability_zone.



969
970
971
# File 'sig/types.rbs', line 969

def availability_zone
  @availability_zone
end

#identifier ⇒ ::String

Returns the value of attribute identifier.

Returns:

  • (::String)


968
969
970
# File 'sig/types.rbs', line 968

def identifier
  @identifier
end

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

Returns the value of attribute supported_network_types.

Returns:

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


970
971
972
# File 'sig/types.rbs', line 970

def supported_network_types
  @supported_network_types
end