Class: Aws::Types::DescribeTestSetResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeTestSetResponse
- 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.
-
#last_updated_date_time ⇒ ::Time
Returns the value of attribute last_updated_date_time.
-
#modality ⇒ "Text", "Audio"
Returns the value of attribute modality.
-
#num_turns ⇒ ::Integer
Returns the value of attribute num_turns.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#status ⇒ "Importing", ...
Returns the value of attribute status.
-
#storage_location ⇒ Types::TestSetStorageLocation
Returns the value of attribute storage_location.
-
#test_set_id ⇒ ::String
Returns the value of attribute test_set_id.
-
#test_set_name ⇒ ::String
Returns the value of attribute test_set_name.
Instance Attribute Details
#creation_date_time ⇒ ::Time
Returns the value of attribute creation_date_time.
1707 1708 1709 |
# File 'sig/types.rbs', line 1707 def creation_date_time @creation_date_time end |
#description ⇒ ::String
Returns the value of attribute description.
1701 1702 1703 |
# File 'sig/types.rbs', line 1701 def description @description end |
#last_updated_date_time ⇒ ::Time
Returns the value of attribute last_updated_date_time.
1708 1709 1710 |
# File 'sig/types.rbs', line 1708 def last_updated_date_time @last_updated_date_time end |
#modality ⇒ "Text", "Audio"
Returns the value of attribute modality.
1702 1703 1704 |
# File 'sig/types.rbs', line 1702 def modality @modality end |
#num_turns ⇒ ::Integer
Returns the value of attribute num_turns.
1705 1706 1707 |
# File 'sig/types.rbs', line 1705 def num_turns @num_turns end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
1704 1705 1706 |
# File 'sig/types.rbs', line 1704 def role_arn @role_arn end |
#status ⇒ "Importing", ...
Returns the value of attribute status.
1703 1704 1705 |
# File 'sig/types.rbs', line 1703 def status @status end |
#storage_location ⇒ Types::TestSetStorageLocation
Returns the value of attribute storage_location.
1706 1707 1708 |
# File 'sig/types.rbs', line 1706 def storage_location @storage_location end |
#test_set_id ⇒ ::String
Returns the value of attribute test_set_id.
1699 1700 1701 |
# File 'sig/types.rbs', line 1699 def test_set_id @test_set_id end |
#test_set_name ⇒ ::String
Returns the value of attribute test_set_name.
1700 1701 1702 |
# File 'sig/types.rbs', line 1700 def test_set_name @test_set_name end |