Class: Aws::Signer::Types::GetSigningProfileRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Signer::Types::GetSigningProfileRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-signer/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#profile_name ⇒ String
The name of the target signing profile.
-
#profile_owner ⇒ String
The AWS account ID of the profile owner.
Instance Attribute Details
#profile_name ⇒ String
The name of the target signing profile.
450 451 452 453 454 455 |
# File 'lib/aws-sdk-signer/types.rb', line 450 class GetSigningProfileRequest < Struct.new( :profile_name, :profile_owner) SENSITIVE = [] include Aws::Structure end |
#profile_owner ⇒ String
The AWS account ID of the profile owner.
450 451 452 453 454 455 |
# File 'lib/aws-sdk-signer/types.rb', line 450 class GetSigningProfileRequest < Struct.new( :profile_name, :profile_owner) SENSITIVE = [] include Aws::Structure end |