Class: Aws::Types::TestSetSummary

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.



3434
3435
3436
# File 'sig/types.rbs', line 3434

def creation_date_time
  @creation_date_time
end

#description ⇒ ::String

Returns the value of attribute description.



3428
3429
3430
# File 'sig/types.rbs', line 3428

def description
  @description
end

#last_updated_date_time ⇒ ::Time

Returns the value of attribute last_updated_date_time.



3435
3436
3437
# File 'sig/types.rbs', line 3435

def last_updated_date_time
  @last_updated_date_time
end

#modality ⇒ "Text", "Audio"

Returns the value of attribute modality.



3429
3430
3431
# File 'sig/types.rbs', line 3429

def modality
  @modality
end

#num_turns ⇒ ::Integer

Returns the value of attribute num_turns.



3432
3433
3434
# File 'sig/types.rbs', line 3432

def num_turns
  @num_turns
end

#role_arn ⇒ ::String

Returns the value of attribute role_arn.



3431
3432
3433
# File 'sig/types.rbs', line 3431

def role_arn
  @role_arn
end

#status ⇒ "Importing", ...

Returns the value of attribute status.



3430
3431
3432
# File 'sig/types.rbs', line 3430

def status
  @status
end

#storage_location ⇒ Types::TestSetStorageLocation

Returns the value of attribute storage_location.



3433
3434
3435
# File 'sig/types.rbs', line 3433

def storage_location
  @storage_location
end

#test_set_id ⇒ ::String

Returns the value of attribute test_set_id.



3426
3427
3428
# File 'sig/types.rbs', line 3426

def test_set_id
  @test_set_id
end

#test_set_name ⇒ ::String

Returns the value of attribute test_set_name.



3427
3428
3429
# File 'sig/types.rbs', line 3427

def test_set_name
  @test_set_name
end