Class: Aws::Types::TestSetImportResourceSpecification
- Inherits:
-
Object
- Object
- Aws::Types::TestSetImportResourceSpecification
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#import_input_location ⇒ Types::TestSetImportInputLocation
Returns the value of attribute import_input_location.
-
#modality ⇒ "Text", "Audio"
Returns the value of attribute modality.
-
#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.
3390 3391 3392 |
# File 'sig/types.rbs', line 3390 def description @description end |
#import_input_location ⇒ Types::TestSetImportInputLocation
Returns the value of attribute import_input_location.
3393 3394 3395 |
# File 'sig/types.rbs', line 3393 def import_input_location @import_input_location end |
#modality ⇒ "Text", "Audio"
Returns the value of attribute modality.
3394 3395 3396 |
# File 'sig/types.rbs', line 3394 def modality @modality end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
3391 3392 3393 |
# File 'sig/types.rbs', line 3391 def role_arn @role_arn end |
#storage_location ⇒ Types::TestSetStorageLocation
Returns the value of attribute storage_location.
3392 3393 3394 |
# File 'sig/types.rbs', line 3392 def storage_location @storage_location end |
#test_set_name ⇒ ::String
Returns the value of attribute test_set_name.
3389 3390 3391 |
# File 'sig/types.rbs', line 3389 def test_set_name @test_set_name end |
#test_set_tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute test_set_tags.
3395 3396 3397 |
# File 'sig/types.rbs', line 3395 def @test_set_tags end |