Class: Aws::Types::CreateSuiteDefinitionRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateSuiteDefinitionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#suite_definition_configuration ⇒ Types::SuiteDefinitionConfiguration
Returns the value of attribute suite_definition_configuration.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
19 20 21 |
# File 'sig/types.rbs', line 19 def client_token @client_token end |
#suite_definition_configuration ⇒ Types::SuiteDefinitionConfiguration
Returns the value of attribute suite_definition_configuration.
17 18 19 |
# File 'sig/types.rbs', line 17 def suite_definition_configuration @suite_definition_configuration end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
18 19 20 |
# File 'sig/types.rbs', line 18 def end |