Class: Aws::Types::FirewallMetadata

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)


845
846
847
# File 'sig/types.rbs', line 845

def firewall_arn
  @firewall_arn
end

#firewall_name::String

Returns the value of attribute firewall_name.

Returns:

  • (::String)


844
845
846
# File 'sig/types.rbs', line 844

def firewall_name
  @firewall_name
end

#transit_gateway_attachment_id::String

Returns the value of attribute transit_gateway_attachment_id.

Returns:

  • (::String)


846
847
848
# File 'sig/types.rbs', line 846

def transit_gateway_attachment_id
  @transit_gateway_attachment_id
end