Class: Aws::Types::MediaAnalysisOutputConfig
- Inherits:
-
Object
- Object
- Aws::Types::MediaAnalysisOutputConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#s3_bucket ⇒ ::String
Returns the value of attribute s3_bucket.
-
#s3_key_prefix ⇒ ::String
Returns the value of attribute s3_key_prefix.
Instance Attribute Details
#s3_bucket ⇒ ::String
Returns the value of attribute s3_bucket.
1408 1409 1410 |
# File 'sig/types.rbs', line 1408 def s3_bucket @s3_bucket end |
#s3_key_prefix ⇒ ::String
Returns the value of attribute s3_key_prefix.
1409 1410 1411 |
# File 'sig/types.rbs', line 1409 def s3_key_prefix @s3_key_prefix end |