Class: Aws::Types::StartTestSetGenerationRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Hash[::String, ::String])


3229
3230
3231
# File 'sig/types.rbs', line 3229

def test_set_tags
  @test_set_tags
end