Class: Aws::EMRContainers::Types::Certificate
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMRContainers::Types::Certificate
- Defined in:
- gems/aws-sdk-emrcontainers/lib/aws-sdk-emrcontainers/types.rb
Overview
The entity representing certificate data generated for managed endpoint.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#certificate_arn ⇒ String
The ARN of the certificate generated for managed endpoint.
-
#certificate_data ⇒ String
The base64 encoded PEM certificate data generated for managed endpoint.
Instance Attribute Details
#certificate_arn ⇒ String
The ARN of the certificate generated for managed endpoint.
85 86 87 88 89 90 |
# File 'gems/aws-sdk-emrcontainers/lib/aws-sdk-emrcontainers/types.rb', line 85 class Certificate < Struct.new( :certificate_arn, :certificate_data) SENSITIVE = [] include Aws::Structure end |
#certificate_data ⇒ String
The base64 encoded PEM certificate data generated for managed endpoint.
85 86 87 88 89 90 |
# File 'gems/aws-sdk-emrcontainers/lib/aws-sdk-emrcontainers/types.rb', line 85 class Certificate < Struct.new( :certificate_arn, :certificate_data) SENSITIVE = [] include Aws::Structure end |