Class: Aws::PaymentCryptography::Types::GetAliasInput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::PaymentCryptography::Types::GetAliasInput
 
 
- Defined in:
 - gems/aws-sdk-paymentcryptography/lib/aws-sdk-paymentcryptography/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #alias_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The alias of the Amazon Web Services Payment Cryptography key.
 
Instance Attribute Details
#alias_name ⇒ String
The alias of the Amazon Web Services Payment Cryptography key.
      761 762 763 764 765  | 
    
      # File 'gems/aws-sdk-paymentcryptography/lib/aws-sdk-paymentcryptography/types.rb', line 761 class GetAliasInput < Struct.new( :alias_name) SENSITIVE = [] include Aws::Structure end  |