Class: Aws::Types::UpdateSuiteDefinitionResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateSuiteDefinitionResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_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.
-
#suite_definition_version ⇒ ::String
Returns the value of attribute suite_definition_version.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
287 288 289 |
# File 'sig/types.rbs', line 287 def created_at @created_at end |
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
288 289 290 |
# File 'sig/types.rbs', line 288 def last_updated_at @last_updated_at end |
#suite_definition_arn ⇒ ::String
Returns the value of attribute suite_definition_arn.
284 285 286 |
# File 'sig/types.rbs', line 284 def suite_definition_arn @suite_definition_arn end |
#suite_definition_id ⇒ ::String
Returns the value of attribute suite_definition_id.
283 284 285 |
# File 'sig/types.rbs', line 283 def suite_definition_id @suite_definition_id end |
#suite_definition_name ⇒ ::String
Returns the value of attribute suite_definition_name.
285 286 287 |
# File 'sig/types.rbs', line 285 def suite_definition_name @suite_definition_name end |
#suite_definition_version ⇒ ::String
Returns the value of attribute suite_definition_version.
286 287 288 |
# File 'sig/types.rbs', line 286 def suite_definition_version @suite_definition_version end |