Class: Aws::Types::CreateFirewallRuleGroupRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateFirewallRuleGroupRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creator_request_id ⇒ ::String
Returns the value of attribute creator_request_id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#creator_request_id ⇒ ::String
Returns the value of attribute creator_request_id.
157 158 159 |
# File 'sig/types.rbs', line 157 def creator_request_id @creator_request_id end |
#name ⇒ ::String
Returns the value of attribute name.
158 159 160 |
# File 'sig/types.rbs', line 158 def name @name end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
159 160 161 |
# File 'sig/types.rbs', line 159 def @tags end |