Class: Aws::Types::PutRuleGroupsNamespaceRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutRuleGroupsNamespaceRequest
- 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.
-
#workspace_id ⇒ ::String
Returns the value of attribute workspace_id.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
610 611 612 |
# File 'sig/types.rbs', line 610 def client_token @client_token end |
#data ⇒ ::String
Returns the value of attribute data.
609 610 611 |
# File 'sig/types.rbs', line 609 def data @data end |
#name ⇒ ::String
Returns the value of attribute name.
608 609 610 |
# File 'sig/types.rbs', line 608 def name @name end |
#workspace_id ⇒ ::String
Returns the value of attribute workspace_id.
607 608 609 |
# File 'sig/types.rbs', line 607 def workspace_id @workspace_id end |