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.
545 546 547 |
# File 'sig/types.rbs', line 545 def description @description end |
#firewall_arn ⇒ ::String
Returns the value of attribute firewall_arn.
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.
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.
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.
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.
548 549 550 |
# File 'sig/types.rbs', line 548 def @transit_gateway_attachment_id end |