Class: Aws::Signer::Types::SignedObject

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-signer/lib/aws-sdk-signer/types.rb

Overview

Points to an S3SignedObject object that contains information about your signed code image.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#s3Types::S3SignedObject

The S3SignedObject.



1203
1204
1205
1206
1207
# File 'gems/aws-sdk-signer/lib/aws-sdk-signer/types.rb', line 1203

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