Class: Aws::Types::StartTestSetGenerationRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartTestSetGenerationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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_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
#description ⇒ ::String
Returns the value of attribute description.
3225 3226 3227 |
# File 'sig/types.rbs', line 3225 def description @description end |
#generation_data_source ⇒ Types::TestSetGenerationDataSource
Returns the value of attribute generation_data_source.
3227 3228 3229 |
# File 'sig/types.rbs', line 3227 def generation_data_source @generation_data_source end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
3228 3229 3230 |
# File 'sig/types.rbs', line 3228 def role_arn @role_arn end |
#storage_location ⇒ Types::TestSetStorageLocation
Returns the value of attribute storage_location.
3226 3227 3228 |
# File 'sig/types.rbs', line 3226 def storage_location @storage_location end |
#test_set_name ⇒ ::String
Returns the value of attribute test_set_name.
3224 3225 3226 |
# File 'sig/types.rbs', line 3224 def test_set_name @test_set_name end |
#test_set_tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute test_set_tags.
3229 3230 3231 |
# File 'sig/types.rbs', line 3229 def @test_set_tags end |