Class: Aws::Types::S3BucketTranscriptSource
- Inherits:
-
Object
- Object
- Aws::Types::S3BucketTranscriptSource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
-
#path_format ⇒ Types::PathFormat
Returns the value of attribute path_format.
-
#s3_bucket_name ⇒ ::String
Returns the value of attribute s3_bucket_name.
-
#transcript_filter ⇒ Types::TranscriptFilter
Returns the value of attribute transcript_filter.
-
#transcript_format ⇒ "Lex"
Returns the value of attribute transcript_format.
Instance Attribute Details
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
2876 2877 2878 |
# File 'sig/types.rbs', line 2876 def kms_key_arn @kms_key_arn end |
#path_format ⇒ Types::PathFormat
Returns the value of attribute path_format.
2873 2874 2875 |
# File 'sig/types.rbs', line 2873 def path_format @path_format end |
#s3_bucket_name ⇒ ::String
Returns the value of attribute s3_bucket_name.
2872 2873 2874 |
# File 'sig/types.rbs', line 2872 def s3_bucket_name @s3_bucket_name end |
#transcript_filter ⇒ Types::TranscriptFilter
Returns the value of attribute transcript_filter.
2875 2876 2877 |
# File 'sig/types.rbs', line 2875 def transcript_filter @transcript_filter end |
#transcript_format ⇒ "Lex"
Returns the value of attribute transcript_format.
2874 2875 2876 |
# File 'sig/types.rbs', line 2874 def transcript_format @transcript_format end |