Class: Aws::SocialMessaging::Types::S3File

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-socialmessaging/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

Instance Attribute Details

#bucket_nameString

The bucket name.

Returns:

  • (String)


586
587
588
589
590
591
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 586

class S3File < Struct.new(
  :bucket_name,
  :key)
  SENSITIVE = []
  include Aws::Structure
end

#keyString

The object key of the media file.

Returns:

  • (String)


586
587
588
589
590
591
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 586

class S3File < Struct.new(
  :bucket_name,
  :key)
  SENSITIVE = []
  include Aws::Structure
end