Class: Aws::ACM::Types::ImportCertificateResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ACM::Types::ImportCertificateResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-acm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#certificate_arn ⇒ String
The [Amazon Resource Name (ARN)] of the imported certificate.
Instance Attribute Details
#certificate_arn ⇒ String
The [Amazon Resource Name (ARN)] of the imported certificate.
[1]: docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html
881 882 883 884 885 |
# File 'lib/aws-sdk-acm/types.rb', line 881 class ImportCertificateResponse < Struct.new( :certificate_arn) SENSITIVE = [] include Aws::Structure end |