Class: Aws::Types::CreateRuleGroupsNamespaceResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateRuleGroupsNamespaceResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#status ⇒ Types::RuleGroupsNamespaceStatus
Returns the value of attribute status.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
181 182 183 |
# File 'sig/types.rbs', line 181 def arn @arn end |
#name ⇒ ::String
Returns the value of attribute name.
180 181 182 |
# File 'sig/types.rbs', line 180 def name @name end |
#status ⇒ Types::RuleGroupsNamespaceStatus
Returns the value of attribute status.
182 183 184 |
# File 'sig/types.rbs', line 182 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
183 184 185 |
# File 'sig/types.rbs', line 183 def @tags end |