Class: Aws::LexModelsV2::Types::TestSetStorageLocation

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

Overview

Contains information about the location in which the test set is stored.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#kms_key_arnString

The Amazon Resource Name (ARN) of an Amazon Web Services Key Management Service (KMS) key for encrypting the test set.

Returns:

  • (String)


13844
13845
13846
13847
13848
13849
13850
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 13844

class TestSetStorageLocation < Struct.new(
  :s3_bucket_name,
  :s3_path,
  :kms_key_arn)
  SENSITIVE = []
  include Aws::Structure
end

#s3_bucket_nameString

The name of the Amazon S3 bucket in which the test set is stored.

Returns:

  • (String)


13844
13845
13846
13847
13848
13849
13850
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 13844

class TestSetStorageLocation < Struct.new(
  :s3_bucket_name,
  :s3_path,
  :kms_key_arn)
  SENSITIVE = []
  include Aws::Structure
end

#s3_pathString

The path inside the Amazon S3 bucket where the test set is stored.

Returns:

  • (String)


13844
13845
13846
13847
13848
13849
13850
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 13844

class TestSetStorageLocation < Struct.new(
  :s3_bucket_name,
  :s3_path,
  :kms_key_arn)
  SENSITIVE = []
  include Aws::Structure
end