Class: Aws::Types::UpdateSubnetChangeProtectionResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#firewall_arn::String

Returns the value of attribute firewall_arn.

Returns:

  • (::String)


2010
2011
2012
# File 'sig/types.rbs', line 2010

def firewall_arn
  @firewall_arn
end

#firewall_name::String

Returns the value of attribute firewall_name.

Returns:

  • (::String)


2011
2012
2013
# File 'sig/types.rbs', line 2011

def firewall_name
  @firewall_name
end

#subnet_change_protectionBoolean

Returns the value of attribute subnet_change_protection.

Returns:

  • (Boolean)


2012
2013
2014
# File 'sig/types.rbs', line 2012

def subnet_change_protection
  @subnet_change_protection
end

#update_token::String

Returns the value of attribute update_token.

Returns:

  • (::String)


2009
2010
2011
# File 'sig/types.rbs', line 2009

def update_token
  @update_token
end