Class: Aws::Types::DisassociateAvailabilityZonesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#availability_zone_mappings::Array[Types::AvailabilityZoneMapping]

Returns the value of attribute availability_zone_mappings.

Returns:



787
788
789
# File 'sig/types.rbs', line 787

def availability_zone_mappings
  @availability_zone_mappings
end

#firewall_arn::String

Returns the value of attribute firewall_arn.

Returns:

  • (::String)


785
786
787
# File 'sig/types.rbs', line 785

def firewall_arn
  @firewall_arn
end

#firewall_name::String

Returns the value of attribute firewall_name.

Returns:

  • (::String)


786
787
788
# File 'sig/types.rbs', line 786

def firewall_name
  @firewall_name
end

#update_token::String

Returns the value of attribute update_token.

Returns:

  • (::String)


784
785
786
# File 'sig/types.rbs', line 784

def update_token
  @update_token
end