Class: Aws::Types::CreateSuiteDefinitionResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateSuiteDefinitionResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#suite_definition_arn ⇒ ::String
Returns the value of attribute suite_definition_arn.
-
#suite_definition_id ⇒ ::String
Returns the value of attribute suite_definition_id.
-
#suite_definition_name ⇒ ::String
Returns the value of attribute suite_definition_name.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
27 28 29 |
# File 'sig/types.rbs', line 27 def created_at @created_at end |
#suite_definition_arn ⇒ ::String
Returns the value of attribute suite_definition_arn.
25 26 27 |
# File 'sig/types.rbs', line 25 def suite_definition_arn @suite_definition_arn end |
#suite_definition_id ⇒ ::String
Returns the value of attribute suite_definition_id.
24 25 26 |
# File 'sig/types.rbs', line 24 def suite_definition_id @suite_definition_id end |
#suite_definition_name ⇒ ::String
Returns the value of attribute suite_definition_name.
26 27 28 |
# File 'sig/types.rbs', line 26 def suite_definition_name @suite_definition_name end |