Class: Aws::PaymentCryptography::Types::GetKeyOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::PaymentCryptography::Types::GetKeyOutput
- Defined in:
- gems/aws-sdk-paymentcryptography/lib/aws-sdk-paymentcryptography/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#key ⇒ Types::Key
The key material, including the immutable and mutable data for the key.
Instance Attribute Details
#key ⇒ Types::Key
The key material, including the immutable and mutable data for the key.
495 496 497 498 499 |
# File 'gems/aws-sdk-paymentcryptography/lib/aws-sdk-paymentcryptography/types.rb', line 495 class GetKeyOutput < Struct.new( :key) SENSITIVE = [] include Aws::Structure end |