Class: Aws::Types::UpdateTestSetResponse

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)


3783
3784
3785
# File 'sig/types.rbs', line 3783

def creation_date_time
  @creation_date_time
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


3777
3778
3779
# File 'sig/types.rbs', line 3777

def description
  @description
end

#last_updated_date_time ⇒ ::Time

Returns the value of attribute last_updated_date_time.

Returns:

  • (::Time)


3784
3785
3786
# File 'sig/types.rbs', line 3784

def last_updated_date_time
  @last_updated_date_time
end

#modality ⇒ "Text", "Audio"

Returns the value of attribute modality.

Returns:

  • ("Text", "Audio")


3778
3779
3780
# File 'sig/types.rbs', line 3778

def modality
  @modality
end

#num_turns ⇒ ::Integer

Returns the value of attribute num_turns.

Returns:

  • (::Integer)


3781
3782
3783
# File 'sig/types.rbs', line 3781

def num_turns
  @num_turns
end

#role_arn ⇒ ::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


3780
3781
3782
# File 'sig/types.rbs', line 3780

def role_arn
  @role_arn
end

#status ⇒ "Importing", ...

Returns the value of attribute status.

Returns:

  • ("Importing", "PendingAnnotation", "Deleting", "ValidationError", "Ready")


3779
3780
3781
# File 'sig/types.rbs', line 3779

def status
  @status
end

#storage_location ⇒ Types::TestSetStorageLocation

Returns the value of attribute storage_location.



3782
3783
3784
# File 'sig/types.rbs', line 3782

def storage_location
  @storage_location
end

#test_set_id ⇒ ::String

Returns the value of attribute test_set_id.

Returns:

  • (::String)


3775
3776
3777
# File 'sig/types.rbs', line 3775

def test_set_id
  @test_set_id
end

#test_set_name ⇒ ::String

Returns the value of attribute test_set_name.

Returns:

  • (::String)


3776
3777
3778
# File 'sig/types.rbs', line 3776

def test_set_name
  @test_set_name
end