Class: Aws::Signer::Types::CancelSigningProfileRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Signer::Types::CancelSigningProfileRequest
- 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 signing profile to be canceled.
Instance Attribute Details
#profile_name ⇒ String
The name of the signing profile to be canceled.
125 126 127 128 129 |
# File 'lib/aws-sdk-signer/types.rb', line 125 class CancelSigningProfileRequest < Struct.new( :profile_name) SENSITIVE = [] include Aws::Structure end |