Class: Aws::Signer::Types::Destination

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#s3Types::S3Destination

The S3Destination object.



261
262
263
264
265
# File 'gems/aws-sdk-signer/lib/aws-sdk-signer/types.rb', line 261

class Destination < Struct.new(
  :s3)
  SENSITIVE = []
  include Aws::Structure
end