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)


540
541
542
# File 'sig/types.rbs', line 540

def description
  @description
end

#firewall_arn::String

Returns the value of attribute firewall_arn.

Returns:

  • (::String)


538
539
540
# File 'sig/types.rbs', line 538

def firewall_arn
  @firewall_arn
end

#firewall_policy_arn::String

Returns the value of attribute firewall_policy_arn.

Returns:

  • (::String)


539
540
541
# File 'sig/types.rbs', line 539

def firewall_policy_arn
  @firewall_policy_arn
end

#status"PROVISIONING", ...

Returns the value of attribute status.

Returns:

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


541
542
543
# File 'sig/types.rbs', line 541

def status
  @status
end

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

Returns the value of attribute supported_availability_zones.

Returns:



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

def supported_availability_zones
  @supported_availability_zones
end

#transit_gateway_attachment_id::String

Returns the value of attribute transit_gateway_attachment_id.

Returns:

  • (::String)


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

def transit_gateway_attachment_id
  @transit_gateway_attachment_id
end