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.
888 889 890 |
# File 'sig/types.rbs', line 888 def consumed_stateful_domain_capacity @consumed_stateful_domain_capacity end |
#consumed_stateful_rule_capacity ⇒ ::Integer
Returns the value of attribute consumed_stateful_rule_capacity.
887 888 889 |
# File 'sig/types.rbs', line 887 def consumed_stateful_rule_capacity @consumed_stateful_rule_capacity end |
#consumed_stateless_rule_capacity ⇒ ::Integer
Returns the value of attribute consumed_stateless_rule_capacity.
886 887 888 |
# File 'sig/types.rbs', line 886 def consumed_stateless_rule_capacity @consumed_stateless_rule_capacity end |
#description ⇒ ::String
Returns the value of attribute description.
883 884 885 |
# File 'sig/types.rbs', line 883 def description @description end |
#encryption_configuration ⇒ Types::EncryptionConfiguration
Returns the value of attribute encryption_configuration.
890 891 892 |
# File 'sig/types.rbs', line 890 def encryption_configuration @encryption_configuration end |
#firewall_policy_arn ⇒ ::String
Returns the value of attribute firewall_policy_arn.
881 882 883 |
# File 'sig/types.rbs', line 881 def firewall_policy_arn @firewall_policy_arn end |
#firewall_policy_id ⇒ ::String
Returns the value of attribute firewall_policy_id.
882 883 884 |
# File 'sig/types.rbs', line 882 def firewall_policy_id @firewall_policy_id end |
#firewall_policy_name ⇒ ::String
Returns the value of attribute firewall_policy_name.
880 881 882 |
# File 'sig/types.rbs', line 880 def firewall_policy_name @firewall_policy_name end |
#firewall_policy_status ⇒ "ACTIVE", ...
Returns the value of attribute firewall_policy_status.
884 885 886 |
# File 'sig/types.rbs', line 884 def firewall_policy_status @firewall_policy_status end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
891 892 893 |
# File 'sig/types.rbs', line 891 def last_modified_time @last_modified_time end |
#number_of_associations ⇒ ::Integer
Returns the value of attribute number_of_associations.
889 890 891 |
# File 'sig/types.rbs', line 889 def number_of_associations @number_of_associations end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
885 886 887 |
# File 'sig/types.rbs', line 885 def @tags end |