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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-transfer/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.



1866
1867
1868
1869
1870
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 1866

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