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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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`.



1222
1223
1224
1225
1226
# File 'lib/aws-sdk-signer/types.rb', line 1222

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