Class: Aws::Types::DescribeFirewallMetadataResponse

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)


545
546
547
# File 'sig/types.rbs', line 545

def description
  @description
end

#firewall_arn::String

Returns the value of attribute firewall_arn.

Returns:

  • (::String)


543
544
545
# File 'sig/types.rbs', line 543

def firewall_arn
  @firewall_arn
end

#firewall_policy_arn::String

Returns the value of attribute firewall_policy_arn.

Returns:

  • (::String)


544
545
546
# File 'sig/types.rbs', line 544

def firewall_policy_arn
  @firewall_policy_arn
end

#status"PROVISIONING", ...

Returns the value of attribute status.

Returns:

  • ("PROVISIONING", "DELETING", "READY")


546
547
548
# File 'sig/types.rbs', line 546

def status
  @status
end

#supported_availability_zones::Hash[::String, Types::AvailabilityZoneMetadata]

Returns the value of attribute supported_availability_zones.

Returns:



547
548
549
# File 'sig/types.rbs', line 547

def supported_availability_zones
  @supported_availability_zones
end

#transit_gateway_attachment_id::String

Returns the value of attribute transit_gateway_attachment_id.

Returns:

  • (::String)


548
549
550
# File 'sig/types.rbs', line 548

def transit_gateway_attachment_id
  @transit_gateway_attachment_id
end