Class: Aws::Transfer::Types::DescribeCertificateResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-transfer/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#certificateTypes::DescribedCertificate

The details for the specified certificate, returned as an object.



1765
1766
1767
1768
1769
# File 'lib/aws-sdk-transfer/types.rb', line 1765

class DescribeCertificateResponse < Struct.new(
  :certificate)
  SENSITIVE = []
  include Aws::Structure
end