Class: Aws::Signer::Types::Destination
- Inherits:
-
Struct
- Object
- Struct
- Aws::Signer::Types::Destination
- Defined in:
- gems/aws-sdk-signer/lib/aws-sdk-signer/types.rb
Overview
Points to an S3Destination
object that contains information about
your S3 bucket.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#s3 ⇒ Types::S3Destination
The
S3Destination
object.
Instance Attribute Details
#s3 ⇒ Types::S3Destination
The S3Destination
object.
280 281 282 283 284 |
# File 'gems/aws-sdk-signer/lib/aws-sdk-signer/types.rb', line 280 class Destination < Struct.new( :s3) SENSITIVE = [] include Aws::Structure end |