Class: Aws::Types::UpdateAvailabilityZoneChangeProtectionResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#availability_zone_change_protectionBoolean

Returns the value of attribute availability_zone_change_protection.

Returns:

  • (Boolean)


1756
1757
1758
# File 'sig/types.rbs', line 1756

def availability_zone_change_protection
  @availability_zone_change_protection
end

#firewall_arn::String

Returns the value of attribute firewall_arn.

Returns:

  • (::String)


1754
1755
1756
# File 'sig/types.rbs', line 1754

def firewall_arn
  @firewall_arn
end

#firewall_name::String

Returns the value of attribute firewall_name.

Returns:

  • (::String)


1755
1756
1757
# File 'sig/types.rbs', line 1755

def firewall_name
  @firewall_name
end

#update_token::String

Returns the value of attribute update_token.

Returns:

  • (::String)


1753
1754
1755
# File 'sig/types.rbs', line 1753

def update_token
  @update_token
end