Class: Aws::Types::StartTestSetGenerationResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_date_time ⇒ ::Time

Returns the value of attribute creation_date_time.

Returns:

  • (::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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • ("Generating", "Ready", "Failed", "Pending")


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.

Returns:

  • (::String)


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.

Returns:

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


3242
3243
3244
# File 'sig/types.rbs', line 3242

def test_set_tags
  @test_set_tags
end