Class: Aws::Types::AvailabilityZone

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#load_balancer_addresses::Array[Types::LoadBalancerAddress]

Returns the value of attribute load_balancer_addresses.

Returns:



106
107
108
# File 'sig/types.rbs', line 106

def load_balancer_addresses
  @load_balancer_addresses
end

#outpost_id::String

Returns the value of attribute outpost_id.

Returns:

  • (::String)


105
106
107
# File 'sig/types.rbs', line 105

def outpost_id
  @outpost_id
end

#source_nat_ipv_6_prefixes::Array[::String]

Returns the value of attribute source_nat_ipv_6_prefixes.

Returns:

  • (::Array[::String])


107
108
109
# File 'sig/types.rbs', line 107

def source_nat_ipv_6_prefixes
  @source_nat_ipv_6_prefixes
end

#subnet_id::String

Returns the value of attribute subnet_id.

Returns:

  • (::String)


104
105
106
# File 'sig/types.rbs', line 104

def subnet_id
  @subnet_id
end

#zone_name::String

Returns the value of attribute zone_name.

Returns:

  • (::String)


103
104
105
# File 'sig/types.rbs', line 103

def zone_name
  @zone_name
end