Class: Aws::Signer::Types::SignedObject
- Inherits:
-
Struct
- Object
- Struct
- Aws::Signer::Types::SignedObject
- 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
-
#s3 ⇒ Types::S3SignedObject
The
S3SignedObject
.
Instance Attribute Details
#s3 ⇒ Types::S3SignedObject
The S3SignedObject
.
1222 1223 1224 1225 1226 |
# File 'gems/aws-sdk-signer/lib/aws-sdk-signer/types.rb', line 1222 class SignedObject < Struct.new( :s3) SENSITIVE = [] include Aws::Structure end |