Class: Aws::Signer::Types::SignPayloadRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Signer::Types::SignPayloadRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-signer/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#payload ⇒ String
Specifies the object digest (hash) to sign.
-
#payload_format ⇒ String
Payload content type.
-
#profile_name ⇒ String
The name of the signing profile.
-
#profile_owner ⇒ String
The AWS account ID of the profile owner.
Instance Attribute Details
#payload ⇒ String
Specifies the object digest (hash) to sign.
1157 1158 1159 1160 1161 1162 1163 1164 |
# File 'lib/aws-sdk-signer/types.rb', line 1157 class SignPayloadRequest < Struct.new( :profile_name, :profile_owner, :payload, :payload_format) SENSITIVE = [] include Aws::Structure end |
#payload_format ⇒ String
Payload content type. The single valid type is ‘application/vnd.cncf.notary.payload.v1+json`.
1157 1158 1159 1160 1161 1162 1163 1164 |
# File 'lib/aws-sdk-signer/types.rb', line 1157 class SignPayloadRequest < Struct.new( :profile_name, :profile_owner, :payload, :payload_format) SENSITIVE = [] include Aws::Structure end |
#profile_name ⇒ String
The name of the signing profile.
1157 1158 1159 1160 1161 1162 1163 1164 |
# File 'lib/aws-sdk-signer/types.rb', line 1157 class SignPayloadRequest < Struct.new( :profile_name, :profile_owner, :payload, :payload_format) SENSITIVE = [] include Aws::Structure end |
#profile_owner ⇒ String
The AWS account ID of the profile owner.
1157 1158 1159 1160 1161 1162 1163 1164 |
# File 'lib/aws-sdk-signer/types.rb', line 1157 class SignPayloadRequest < Struct.new( :profile_name, :profile_owner, :payload, :payload_format) SENSITIVE = [] include Aws::Structure end |