Class: Aws::Types::CreateRuleGroupsNamespaceRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateRuleGroupsNamespaceRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#data ⇒ ::String
Returns the value of attribute data.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#workspace_id ⇒ ::String
Returns the value of attribute workspace_id.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
174 175 176 |
# File 'sig/types.rbs', line 174 def client_token @client_token end |
#data ⇒ ::String
Returns the value of attribute data.
173 174 175 |
# File 'sig/types.rbs', line 173 def data @data end |
#name ⇒ ::String
Returns the value of attribute name.
172 173 174 |
# File 'sig/types.rbs', line 172 def name @name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
175 176 177 |
# File 'sig/types.rbs', line 175 def @tags end |
#workspace_id ⇒ ::String
Returns the value of attribute workspace_id.
171 172 173 |
# File 'sig/types.rbs', line 171 def workspace_id @workspace_id end |