Class: Aws::Types::DescribeTestSetGenerationResponse

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#creation_date_time ⇒ ::Time

Returns the value of attribute creation_date_time.



1688
1689
1690
# File 'sig/types.rbs', line 1688

def creation_date_time
  @creation_date_time
end

#description ⇒ ::String

Returns the value of attribute description.



1684
1685
1686
# File 'sig/types.rbs', line 1684

def description
  @description
end

#failure_reasons ⇒ ::Array[::String]

Returns the value of attribute failure_reasons.



1681
1682
1683
# File 'sig/types.rbs', line 1681

def failure_reasons
  @failure_reasons
end

#generation_data_source ⇒ Types::TestSetGenerationDataSource

Returns the value of attribute generation_data_source.



1686
1687
1688
# File 'sig/types.rbs', line 1686

def generation_data_source
  @generation_data_source
end

#last_updated_date_time ⇒ ::Time

Returns the value of attribute last_updated_date_time.



1689
1690
1691
# File 'sig/types.rbs', line 1689

def last_updated_date_time
  @last_updated_date_time
end

#role_arn ⇒ ::String

Returns the value of attribute role_arn.



1687
1688
1689
# File 'sig/types.rbs', line 1687

def role_arn
  @role_arn
end

#storage_location ⇒ Types::TestSetStorageLocation

Returns the value of attribute storage_location.



1685
1686
1687
# File 'sig/types.rbs', line 1685

def storage_location
  @storage_location
end

#test_set_generation_id ⇒ ::String

Returns the value of attribute test_set_generation_id.



1679
1680
1681
# File 'sig/types.rbs', line 1679

def test_set_generation_id
  @test_set_generation_id
end

#test_set_generation_status ⇒ "Generating", ...

Returns the value of attribute test_set_generation_status.



1680
1681
1682
# File 'sig/types.rbs', line 1680

def test_set_generation_status
  @test_set_generation_status
end

#test_set_id ⇒ ::String

Returns the value of attribute test_set_id.



1682
1683
1684
# File 'sig/types.rbs', line 1682

def test_set_id
  @test_set_id
end

#test_set_name ⇒ ::String

Returns the value of attribute test_set_name.



1683
1684
1685
# File 'sig/types.rbs', line 1683

def test_set_name
  @test_set_name
end