Class: Aws::Types::TestSetImportResourceSpecification

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)


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.

Returns:

  • ("Text", "Audio")


3394
3395
3396
# File 'sig/types.rbs', line 3394

def modality
  @modality
end

#role_arn ⇒ ::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

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


3395
3396
3397
# File 'sig/types.rbs', line 3395

def test_set_tags
  @test_set_tags
end