Class: Aws::Transfer::Types::ImportCertificateResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Transfer::Types::ImportCertificateResponse
- Includes:
- Structure
- Defined in:
- 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.
3420 3421 3422 3423 3424 |
# File 'lib/aws-sdk-transfer/types.rb', line 3420 class ImportCertificateResponse < Struct.new( :certificate_id) SENSITIVE = [] include Aws::Structure end |