Class: Aws::Types::FirewallRuleGroupAssociation
- Inherits:
-
Object
- Object
- Aws::Types::FirewallRuleGroupAssociation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#creation_time ⇒ ::String
Returns the value of attribute creation_time.
-
#creator_request_id ⇒ ::String
Returns the value of attribute creator_request_id.
-
#firewall_rule_group_id ⇒ ::String
Returns the value of attribute firewall_rule_group_id.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#managed_owner_name ⇒ ::String
Returns the value of attribute managed_owner_name.
-
#modification_time ⇒ ::String
Returns the value of attribute modification_time.
-
#mutation_protection ⇒ "ENABLED", "DISABLED"
Returns the value of attribute mutation_protection.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#priority ⇒ ::Integer
Returns the value of attribute priority.
-
#status ⇒ "COMPLETE", ...
Returns the value of attribute status.
-
#status_message ⇒ ::String
Returns the value of attribute status_message.
-
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
482 483 484 |
# File 'sig/types.rbs', line 482 def arn @arn end |
#creation_time ⇒ ::String
Returns the value of attribute creation_time.
492 493 494 |
# File 'sig/types.rbs', line 492 def creation_time @creation_time end |
#creator_request_id ⇒ ::String
Returns the value of attribute creator_request_id.
491 492 493 |
# File 'sig/types.rbs', line 491 def creator_request_id @creator_request_id end |
#firewall_rule_group_id ⇒ ::String
Returns the value of attribute firewall_rule_group_id.
483 484 485 |
# File 'sig/types.rbs', line 483 def firewall_rule_group_id @firewall_rule_group_id end |
#id ⇒ ::String
Returns the value of attribute id.
481 482 483 |
# File 'sig/types.rbs', line 481 def id @id end |
#managed_owner_name ⇒ ::String
Returns the value of attribute managed_owner_name.
488 489 490 |
# File 'sig/types.rbs', line 488 def managed_owner_name @managed_owner_name end |
#modification_time ⇒ ::String
Returns the value of attribute modification_time.
493 494 495 |
# File 'sig/types.rbs', line 493 def modification_time @modification_time end |
#mutation_protection ⇒ "ENABLED", "DISABLED"
Returns the value of attribute mutation_protection.
487 488 489 |
# File 'sig/types.rbs', line 487 def mutation_protection @mutation_protection end |
#name ⇒ ::String
Returns the value of attribute name.
485 486 487 |
# File 'sig/types.rbs', line 485 def name @name end |
#priority ⇒ ::Integer
Returns the value of attribute priority.
486 487 488 |
# File 'sig/types.rbs', line 486 def priority @priority end |
#status ⇒ "COMPLETE", ...
Returns the value of attribute status.
489 490 491 |
# File 'sig/types.rbs', line 489 def status @status end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
490 491 492 |
# File 'sig/types.rbs', line 490 def @status_message end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
484 485 486 |
# File 'sig/types.rbs', line 484 def vpc_id @vpc_id end |