Class: Aws::SocialMessaging::Types::S3File
- Inherits:
-
Struct
- Object
- Struct
- Aws::SocialMessaging::Types::S3File
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-socialmessaging/types.rb
Overview
Contains information for the S3 bucket that contains media files.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bucket_name ⇒ String
The bucket name.
-
#key ⇒ String
The object key of the media file.
Instance Attribute Details
#bucket_name ⇒ String
The bucket name.
1084 1085 1086 1087 1088 1089 |
# File 'lib/aws-sdk-socialmessaging/types.rb', line 1084 class S3File < Struct.new( :bucket_name, :key) SENSITIVE = [] include Aws::Structure end |
#key ⇒ String
The object key of the media file.
1084 1085 1086 1087 1088 1089 |
# File 'lib/aws-sdk-socialmessaging/types.rb', line 1084 class S3File < Struct.new( :bucket_name, :key) SENSITIVE = [] include Aws::Structure end |