Class: Aws::Types::FirewallPolicyResponse
- Inherits:
-
Object
- Object
- Aws::Types::FirewallPolicyResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#consumed_stateful_domain_capacity ⇒ ::Integer
Returns the value of attribute consumed_stateful_domain_capacity.
-
#consumed_stateful_rule_capacity ⇒ ::Integer
Returns the value of attribute consumed_stateful_rule_capacity.
-
#consumed_stateless_rule_capacity ⇒ ::Integer
Returns the value of attribute consumed_stateless_rule_capacity.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#encryption_configuration ⇒ Types::EncryptionConfiguration
Returns the value of attribute encryption_configuration.
-
#firewall_policy_arn ⇒ ::String
Returns the value of attribute firewall_policy_arn.
-
#firewall_policy_id ⇒ ::String
Returns the value of attribute firewall_policy_id.
-
#firewall_policy_name ⇒ ::String
Returns the value of attribute firewall_policy_name.
-
#firewall_policy_status ⇒ "ACTIVE", ...
Returns the value of attribute firewall_policy_status.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#number_of_associations ⇒ ::Integer
Returns the value of attribute number_of_associations.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#consumed_stateful_domain_capacity ⇒ ::Integer
Returns the value of attribute consumed_stateful_domain_capacity.
879 880 881 |
# File 'sig/types.rbs', line 879 def consumed_stateful_domain_capacity @consumed_stateful_domain_capacity end |
#consumed_stateful_rule_capacity ⇒ ::Integer
Returns the value of attribute consumed_stateful_rule_capacity.
878 879 880 |
# File 'sig/types.rbs', line 878 def consumed_stateful_rule_capacity @consumed_stateful_rule_capacity end |
#consumed_stateless_rule_capacity ⇒ ::Integer
Returns the value of attribute consumed_stateless_rule_capacity.
877 878 879 |
# File 'sig/types.rbs', line 877 def consumed_stateless_rule_capacity @consumed_stateless_rule_capacity end |
#description ⇒ ::String
Returns the value of attribute description.
874 875 876 |
# File 'sig/types.rbs', line 874 def description @description end |
#encryption_configuration ⇒ Types::EncryptionConfiguration
Returns the value of attribute encryption_configuration.
881 882 883 |
# File 'sig/types.rbs', line 881 def encryption_configuration @encryption_configuration end |
#firewall_policy_arn ⇒ ::String
Returns the value of attribute firewall_policy_arn.
872 873 874 |
# File 'sig/types.rbs', line 872 def firewall_policy_arn @firewall_policy_arn end |
#firewall_policy_id ⇒ ::String
Returns the value of attribute firewall_policy_id.
873 874 875 |
# File 'sig/types.rbs', line 873 def firewall_policy_id @firewall_policy_id end |
#firewall_policy_name ⇒ ::String
Returns the value of attribute firewall_policy_name.
871 872 873 |
# File 'sig/types.rbs', line 871 def firewall_policy_name @firewall_policy_name end |
#firewall_policy_status ⇒ "ACTIVE", ...
Returns the value of attribute firewall_policy_status.
875 876 877 |
# File 'sig/types.rbs', line 875 def firewall_policy_status @firewall_policy_status end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
882 883 884 |
# File 'sig/types.rbs', line 882 def last_modified_time @last_modified_time end |
#number_of_associations ⇒ ::Integer
Returns the value of attribute number_of_associations.
880 881 882 |
# File 'sig/types.rbs', line 880 def number_of_associations @number_of_associations end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
876 877 878 |
# File 'sig/types.rbs', line 876 def @tags end |