Class: Aws::Types::UpdateSuiteDefinitionRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateSuiteDefinitionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#suite_definition_configuration ⇒ Types::SuiteDefinitionConfiguration
Returns the value of attribute suite_definition_configuration.
-
#suite_definition_id ⇒ ::String
Returns the value of attribute suite_definition_id.
Instance Attribute Details
#suite_definition_configuration ⇒ Types::SuiteDefinitionConfiguration
Returns the value of attribute suite_definition_configuration.
278 279 280 |
# File 'sig/types.rbs', line 278 def suite_definition_configuration @suite_definition_configuration end |
#suite_definition_id ⇒ ::String
Returns the value of attribute suite_definition_id.
277 278 279 |
# File 'sig/types.rbs', line 277 def suite_definition_id @suite_definition_id end |