Class: Aws::LexModelsV2::Types::GrammarSlotTypeSource

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

Overview

Describes the Amazon S3 bucket name and location for the grammar that is the source for the slot type.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#kms_key_arnString

The KMS key required to decrypt the contents of the grammar, if any.

Returns:

  • (String)


7799
7800
7801
7802
7803
7804
7805
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 7799

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

#s3_bucket_nameString

The name of the Amazon S3 bucket that contains the grammar source.

Returns:

  • (String)


7799
7800
7801
7802
7803
7804
7805
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 7799

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

#s3_object_keyString

The path to the grammar in the Amazon S3 bucket.

Returns:

  • (String)


7799
7800
7801
7802
7803
7804
7805
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 7799

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