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

#geography::Array[Types::AvailabilityZoneGeography]

Returns the value of attribute geography.

Returns:



1007
1008
1009
# File 'sig/types.rbs', line 1007

def geography
  @geography
end

#group_long_name::String

Returns the value of attribute group_long_name.

Returns:

  • (::String)


1006
1007
1008
# File 'sig/types.rbs', line 1006

def group_long_name
  @group_long_name
end

#group_name::String

Returns the value of attribute group_name.

Returns:

  • (::String)


1001
1002
1003
# File 'sig/types.rbs', line 1001

def group_name
  @group_name
end

#messages::Array[Types::AvailabilityZoneMessage]

Returns the value of attribute messages.

Returns:



997
998
999
# File 'sig/types.rbs', line 997

def messages
  @messages
end

#network_border_group::String

Returns the value of attribute network_border_group.

Returns:

  • (::String)


1002
1003
1004
# File 'sig/types.rbs', line 1002

def network_border_group
  @network_border_group
end

#opt_in_status"opt-in-not-required", ...

Returns the value of attribute opt_in_status.

Returns:

  • ("opt-in-not-required", "opted-in", "not-opted-in")


996
997
998
# File 'sig/types.rbs', line 996

def opt_in_status
  @opt_in_status
end

#parent_zone_id::String

Returns the value of attribute parent_zone_id.

Returns:

  • (::String)


1005
1006
1007
# File 'sig/types.rbs', line 1005

def parent_zone_id
  @parent_zone_id
end

#parent_zone_name::String

Returns the value of attribute parent_zone_name.

Returns:

  • (::String)


1004
1005
1006
# File 'sig/types.rbs', line 1004

def parent_zone_name
  @parent_zone_name
end

#region_name::String

Returns the value of attribute region_name.

Returns:

  • (::String)


998
999
1000
# File 'sig/types.rbs', line 998

def region_name
  @region_name
end

#state"available", ...

Returns the value of attribute state.

Returns:

  • ("available", "information", "impaired", "unavailable", "constrained")


1009
1010
1011
# File 'sig/types.rbs', line 1009

def state
  @state
end

#sub_geography::Array[Types::AvailabilityZoneSubGeography]

Returns the value of attribute sub_geography.



1008
1009
1010
# File 'sig/types.rbs', line 1008

def sub_geography
  @sub_geography
end

#zone_id::String

Returns the value of attribute zone_id.

Returns:

  • (::String)


1000
1001
1002
# File 'sig/types.rbs', line 1000

def zone_id
  @zone_id
end

#zone_name::String

Returns the value of attribute zone_name.

Returns:

  • (::String)


999
1000
1001
# File 'sig/types.rbs', line 999

def zone_name
  @zone_name
end

#zone_type::String

Returns the value of attribute zone_type.

Returns:

  • (::String)


1003
1004
1005
# File 'sig/types.rbs', line 1003

def zone_type
  @zone_type
end