Class: Aws::Types::StartTestSetGenerationResponse
- Inherits:
-
Object
- Object
- Aws::Types::StartTestSetGenerationResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_date_time ⇒ ::Time
Returns the value of attribute creation_date_time.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#generation_data_source ⇒ Types::TestSetGenerationDataSource
Returns the value of attribute generation_data_source.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#storage_location ⇒ Types::TestSetStorageLocation
Returns the value of attribute storage_location.
-
#test_set_generation_id ⇒ ::String
Returns the value of attribute test_set_generation_id.
-
#test_set_generation_status ⇒ "Generating", ...
Returns the value of attribute test_set_generation_status.
-
#test_set_name ⇒ ::String
Returns the value of attribute test_set_name.
-
#test_set_tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute test_set_tags.
Instance Attribute Details
#creation_date_time ⇒ ::Time
Returns the value of attribute creation_date_time.
3235 3236 3237 |
# File 'sig/types.rbs', line 3235 def creation_date_time @creation_date_time end |
#description ⇒ ::String
Returns the value of attribute description.
3238 3239 3240 |
# File 'sig/types.rbs', line 3238 def description @description end |
#generation_data_source ⇒ Types::TestSetGenerationDataSource
Returns the value of attribute generation_data_source.
3240 3241 3242 |
# File 'sig/types.rbs', line 3240 def generation_data_source @generation_data_source end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
3241 3242 3243 |
# File 'sig/types.rbs', line 3241 def role_arn @role_arn end |
#storage_location ⇒ Types::TestSetStorageLocation
Returns the value of attribute storage_location.
3239 3240 3241 |
# File 'sig/types.rbs', line 3239 def storage_location @storage_location end |
#test_set_generation_id ⇒ ::String
Returns the value of attribute test_set_generation_id.
3234 3235 3236 |
# File 'sig/types.rbs', line 3234 def test_set_generation_id @test_set_generation_id end |
#test_set_generation_status ⇒ "Generating", ...
Returns the value of attribute test_set_generation_status.
3236 3237 3238 |
# File 'sig/types.rbs', line 3236 def test_set_generation_status @test_set_generation_status end |
#test_set_name ⇒ ::String
Returns the value of attribute test_set_name.
3237 3238 3239 |
# File 'sig/types.rbs', line 3237 def test_set_name @test_set_name end |
#test_set_tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute test_set_tags.
3242 3243 3244 |
# File 'sig/types.rbs', line 3242 def @test_set_tags end |