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_zone::String

Returns the value of attribute subnet_availability_zone.

Returns:

  • (::String)


390
391
392
# File 'sig/types.rbs', line 390

def subnet_availability_zone
  @subnet_availability_zone
end

#subnet_identifier::String

Returns the value of attribute subnet_identifier.

Returns:

  • (::String)


389
390
391
# File 'sig/types.rbs', line 389

def subnet_identifier
  @subnet_identifier
end

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

Returns the value of attribute supported_network_types.

Returns:

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


391
392
393
# File 'sig/types.rbs', line 391

def supported_network_types
  @supported_network_types
end