Class: Aws::Types::S3BucketTranscriptSource

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#kms_key_arn ⇒ ::String

Returns the value of attribute kms_key_arn.

Returns:

  • (::String)


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.

Returns:



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.

Returns:

  • (::String)


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.

Returns:

  • ("Lex")


2874
2875
2876
# File 'sig/types.rbs', line 2874

def transcript_format
  @transcript_format
end