Class: Aws::Types::FirewallRuleGroupMetadata
- Inherits:
-
Object
- Object
- Aws::Types::FirewallRuleGroupMetadata
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#creator_request_id ⇒ ::String
Returns the value of attribute creator_request_id.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
-
#share_status ⇒ "NOT_SHARED", ...
Returns the value of attribute share_status.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
499 500 501 |
# File 'sig/types.rbs', line 499 def arn @arn end |
#creator_request_id ⇒ ::String
Returns the value of attribute creator_request_id.
502 503 504 |
# File 'sig/types.rbs', line 502 def creator_request_id @creator_request_id end |
#id ⇒ ::String
Returns the value of attribute id.
498 499 500 |
# File 'sig/types.rbs', line 498 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
500 501 502 |
# File 'sig/types.rbs', line 500 def name @name end |
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
501 502 503 |
# File 'sig/types.rbs', line 501 def owner_id @owner_id end |
#share_status ⇒ "NOT_SHARED", ...
Returns the value of attribute share_status.
503 504 505 |
# File 'sig/types.rbs', line 503 def share_status @share_status end |