Class: Aws::Types::DescribeFirewallMetadataResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeFirewallMetadataResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#firewall_arn ⇒ ::String
Returns the value of attribute firewall_arn.
-
#firewall_policy_arn ⇒ ::String
Returns the value of attribute firewall_policy_arn.
-
#status ⇒ "PROVISIONING", ...
Returns the value of attribute status.
-
#supported_availability_zones ⇒ ::Hash[::String, Types::AvailabilityZoneMetadata]
Returns the value of attribute supported_availability_zones.
-
#transit_gateway_attachment_id ⇒ ::String
Returns the value of attribute transit_gateway_attachment_id.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
540 541 542 |
# File 'sig/types.rbs', line 540 def description @description end |
#firewall_arn ⇒ ::String
Returns the value of attribute firewall_arn.
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.
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.
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.
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.
543 544 545 |
# File 'sig/types.rbs', line 543 def @transit_gateway_attachment_id end |