Class: Aws::Types::UpdateFirewallDescriptionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1819
1820
1821
# File 'sig/types.rbs', line 1819

def description
  @description
end

#firewall_arn::String

Returns the value of attribute firewall_arn.

Returns:

  • (::String)


1817
1818
1819
# File 'sig/types.rbs', line 1817

def firewall_arn
  @firewall_arn
end

#firewall_name::String

Returns the value of attribute firewall_name.

Returns:

  • (::String)


1818
1819
1820
# File 'sig/types.rbs', line 1818

def firewall_name
  @firewall_name
end

#update_token::String

Returns the value of attribute update_token.

Returns:

  • (::String)


1816
1817
1818
# File 'sig/types.rbs', line 1816

def update_token
  @update_token
end