Class: Aws::Types::GetSuiteDefinitionResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetSuiteDefinitionResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#last_modified_at ⇒ ::Time
Returns the value of attribute last_modified_at.
-
#latest_version ⇒ ::String
Returns the value of attribute latest_version.
-
#suite_definition_arn ⇒ ::String
Returns the value of attribute suite_definition_arn.
-
#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.
-
#suite_definition_version ⇒ ::String
Returns the value of attribute suite_definition_version.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
71 72 73 |
# File 'sig/types.rbs', line 71 def created_at @created_at end |
#last_modified_at ⇒ ::Time
Returns the value of attribute last_modified_at.
72 73 74 |
# File 'sig/types.rbs', line 72 def last_modified_at @last_modified_at end |
#latest_version ⇒ ::String
Returns the value of attribute latest_version.
69 70 71 |
# File 'sig/types.rbs', line 69 def latest_version @latest_version end |
#suite_definition_arn ⇒ ::String
Returns the value of attribute suite_definition_arn.
67 68 69 |
# File 'sig/types.rbs', line 67 def suite_definition_arn @suite_definition_arn end |
#suite_definition_configuration ⇒ Types::SuiteDefinitionConfiguration
Returns the value of attribute suite_definition_configuration.
70 71 72 |
# File 'sig/types.rbs', line 70 def suite_definition_configuration @suite_definition_configuration end |
#suite_definition_id ⇒ ::String
Returns the value of attribute suite_definition_id.
66 67 68 |
# File 'sig/types.rbs', line 66 def suite_definition_id @suite_definition_id end |
#suite_definition_version ⇒ ::String
Returns the value of attribute suite_definition_version.
68 69 70 |
# File 'sig/types.rbs', line 68 def suite_definition_version @suite_definition_version end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
73 74 75 |
# File 'sig/types.rbs', line 73 def @tags end |