Class: Aws::ACM::Types::RequestCertificateResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ACM::Types::RequestCertificateResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-acm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#certificate_arn ⇒ String
String that contains the ARN of the issued certificate.
Instance Attribute Details
#certificate_arn ⇒ String
String that contains the ARN of the issued certificate. This must be of the form:
‘arn:aws:acm:us-east-1:123456789012:certificate/12345678-1234-1234-1234-123456789012`
1389 1390 1391 1392 1393 |
# File 'lib/aws-sdk-acm/types.rb', line 1389 class RequestCertificateResponse < Struct.new( :certificate_arn) SENSITIVE = [] include Aws::Structure end |