Class: Aws::Types::FirewallRuleGroup
- Inherits:
-
Object
- Object
- Aws::Types::FirewallRuleGroup
- 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.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#modification_time ⇒ ::String
Returns the value of attribute modification_time.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
-
#rule_count ⇒ ::Integer
Returns the value of attribute rule_count.
-
#share_status ⇒ "NOT_SHARED", ...
Returns the value of attribute share_status.
-
#status ⇒ "COMPLETE", ...
Returns the value of attribute status.
-
#status_message ⇒ ::String
Returns the value of attribute status_message.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
467 468 469 |
# File 'sig/types.rbs', line 467 def arn @arn end |
#creation_time ⇒ ::String
Returns the value of attribute creation_time.
475 476 477 |
# File 'sig/types.rbs', line 475 def creation_time @creation_time end |
#creator_request_id ⇒ ::String
Returns the value of attribute creator_request_id.
473 474 475 |
# File 'sig/types.rbs', line 473 def creator_request_id @creator_request_id end |
#id ⇒ ::String
Returns the value of attribute id.
466 467 468 |
# File 'sig/types.rbs', line 466 def id @id end |
#modification_time ⇒ ::String
Returns the value of attribute modification_time.
476 477 478 |
# File 'sig/types.rbs', line 476 def modification_time @modification_time end |
#name ⇒ ::String
Returns the value of attribute name.
468 469 470 |
# File 'sig/types.rbs', line 468 def name @name end |
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
472 473 474 |
# File 'sig/types.rbs', line 472 def owner_id @owner_id end |
#rule_count ⇒ ::Integer
Returns the value of attribute rule_count.
469 470 471 |
# File 'sig/types.rbs', line 469 def rule_count @rule_count end |
#share_status ⇒ "NOT_SHARED", ...
Returns the value of attribute share_status.
474 475 476 |
# File 'sig/types.rbs', line 474 def share_status @share_status end |
#status ⇒ "COMPLETE", ...
Returns the value of attribute status.
470 471 472 |
# File 'sig/types.rbs', line 470 def status @status end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
471 472 473 |
# File 'sig/types.rbs', line 471 def @status_message end |