Class: Aws::Types::AssociateFirewallPolicyResponse

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)


87
88
89
# File 'sig/types.rbs', line 87

def firewall_arn
  @firewall_arn
end

#firewall_name::String

Returns the value of attribute firewall_name.

Returns:

  • (::String)


88
89
90
# File 'sig/types.rbs', line 88

def firewall_name
  @firewall_name
end

#firewall_policy_arn::String

Returns the value of attribute firewall_policy_arn.

Returns:

  • (::String)


89
90
91
# File 'sig/types.rbs', line 89

def firewall_policy_arn
  @firewall_policy_arn
end

#update_token::String

Returns the value of attribute update_token.

Returns:

  • (::String)


90
91
92
# File 'sig/types.rbs', line 90

def update_token
  @update_token
end