Class: Aws::Connect::Types::TestCase

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb

Overview

Contains information about a test case.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the test case.

Returns:

  • (String)


32117
32118
32119
32120
32121
32122
32123
32124
32125
32126
32127
32128
32129
32130
32131
32132
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 32117

class TestCase < Struct.new(
  :arn,
  :id,
  :name,
  :content,
  :entry_point,
  :initialization_data,
  :description,
  :status,
  :last_modified_time,
  :last_modified_region,
  :tags,
  :test_case_sha_256)
  SENSITIVE = []
  include Aws::Structure
end

#contentString

The JSON string that represents the content of the test.

Returns:

  • (String)


32117
32118
32119
32120
32121
32122
32123
32124
32125
32126
32127
32128
32129
32130
32131
32132
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 32117

class TestCase < Struct.new(
  :arn,
  :id,
  :name,
  :content,
  :entry_point,
  :initialization_data,
  :description,
  :status,
  :last_modified_time,
  :last_modified_region,
  :tags,
  :test_case_sha_256)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the test case.

Returns:

  • (String)


32117
32118
32119
32120
32121
32122
32123
32124
32125
32126
32127
32128
32129
32130
32131
32132
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 32117

class TestCase < Struct.new(
  :arn,
  :id,
  :name,
  :content,
  :entry_point,
  :initialization_data,
  :description,
  :status,
  :last_modified_time,
  :last_modified_region,
  :tags,
  :test_case_sha_256)
  SENSITIVE = []
  include Aws::Structure
end

#entry_pointTypes::TestCaseEntryPoint

Defines the starting point for the test, including channel type and parameters.



32117
32118
32119
32120
32121
32122
32123
32124
32125
32126
32127
32128
32129
32130
32131
32132
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 32117

class TestCase < Struct.new(
  :arn,
  :id,
  :name,
  :content,
  :entry_point,
  :initialization_data,
  :description,
  :status,
  :last_modified_time,
  :last_modified_region,
  :tags,
  :test_case_sha_256)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The identifier of the test case.

Returns:

  • (String)


32117
32118
32119
32120
32121
32122
32123
32124
32125
32126
32127
32128
32129
32130
32131
32132
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 32117

class TestCase < Struct.new(
  :arn,
  :id,
  :name,
  :content,
  :entry_point,
  :initialization_data,
  :description,
  :status,
  :last_modified_time,
  :last_modified_region,
  :tags,
  :test_case_sha_256)
  SENSITIVE = []
  include Aws::Structure
end

#initialization_dataString

Defines the test attributes for precise data representation.

Returns:

  • (String)


32117
32118
32119
32120
32121
32122
32123
32124
32125
32126
32127
32128
32129
32130
32131
32132
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 32117

class TestCase < Struct.new(
  :arn,
  :id,
  :name,
  :content,
  :entry_point,
  :initialization_data,
  :description,
  :status,
  :last_modified_time,
  :last_modified_region,
  :tags,
  :test_case_sha_256)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_regionString

The region in which the test case was last modified.

Returns:

  • (String)


32117
32118
32119
32120
32121
32122
32123
32124
32125
32126
32127
32128
32129
32130
32131
32132
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 32117

class TestCase < Struct.new(
  :arn,
  :id,
  :name,
  :content,
  :entry_point,
  :initialization_data,
  :description,
  :status,
  :last_modified_time,
  :last_modified_region,
  :tags,
  :test_case_sha_256)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_timeTime

The time at which the test case was last modified.

Returns:

  • (Time)


32117
32118
32119
32120
32121
32122
32123
32124
32125
32126
32127
32128
32129
32130
32131
32132
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 32117

class TestCase < Struct.new(
  :arn,
  :id,
  :name,
  :content,
  :entry_point,
  :initialization_data,
  :description,
  :status,
  :last_modified_time,
  :last_modified_region,
  :tags,
  :test_case_sha_256)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the test case.

Returns:

  • (String)


32117
32118
32119
32120
32121
32122
32123
32124
32125
32126
32127
32128
32129
32130
32131
32132
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 32117

class TestCase < Struct.new(
  :arn,
  :id,
  :name,
  :content,
  :entry_point,
  :initialization_data,
  :description,
  :status,
  :last_modified_time,
  :last_modified_region,
  :tags,
  :test_case_sha_256)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

Indicates the test status as either SAVED or PUBLISHED.

Returns:

  • (String)


32117
32118
32119
32120
32121
32122
32123
32124
32125
32126
32127
32128
32129
32130
32131
32132
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 32117

class TestCase < Struct.new(
  :arn,
  :id,
  :name,
  :content,
  :entry_point,
  :initialization_data,
  :description,
  :status,
  :last_modified_time,
  :last_modified_region,
  :tags,
  :test_case_sha_256)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

The tags used to organize, track, or control access for this resource.

Returns:

  • (Hash<String,String>)


32117
32118
32119
32120
32121
32122
32123
32124
32125
32126
32127
32128
32129
32130
32131
32132
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 32117

class TestCase < Struct.new(
  :arn,
  :id,
  :name,
  :content,
  :entry_point,
  :initialization_data,
  :description,
  :status,
  :last_modified_time,
  :last_modified_region,
  :tags,
  :test_case_sha_256)
  SENSITIVE = []
  include Aws::Structure
end

#test_case_sha_256String

The SHA256 hash of the test case content.

Returns:

  • (String)


32117
32118
32119
32120
32121
32122
32123
32124
32125
32126
32127
32128
32129
32130
32131
32132
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 32117

class TestCase < Struct.new(
  :arn,
  :id,
  :name,
  :content,
  :entry_point,
  :initialization_data,
  :description,
  :status,
  :last_modified_time,
  :last_modified_region,
  :tags,
  :test_case_sha_256)
  SENSITIVE = []
  include Aws::Structure
end