Class: Aws::Transfer::Types::DescribeCertificateResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Transfer::Types::DescribeCertificateResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-transfer/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#certificate ⇒ Types::DescribedCertificate
The details for the specified certificate, returned as an object.
Instance Attribute Details
#certificate ⇒ Types::DescribedCertificate
The details for the specified certificate, returned as an object.
1658 1659 1660 1661 1662 |
# File 'lib/aws-sdk-transfer/types.rb', line 1658 class DescribeCertificateResponse < Struct.new( :certificate) SENSITIVE = [] include Aws::Structure end |