Class: Aws::Transfer::Types::ImportCertificateResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Transfer::Types::ImportCertificateResponse
- Defined in:
- gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#certificate_id ⇒ String
An array of identifiers for the imported certificates.
Instance Attribute Details
#certificate_id ⇒ String
An array of identifiers for the imported certificates. You use this identifier for working with profiles and partner profiles.
3698 3699 3700 3701 3702 |
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 3698 class ImportCertificateResponse < Struct.new( :certificate_id) SENSITIVE = [] include Aws::Structure end |