Class: Aws::ECS::Types::ServiceConnectTlsCertificateAuthority
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECS::Types::ServiceConnectTlsCertificateAuthority
- Defined in:
- gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb
Overview
The certificate root authority that secures your service.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#aws_pca_authority_arn ⇒ String
The ARN of the Amazon Web Services Private Certificate Authority certificate.
Instance Attribute Details
#aws_pca_authority_arn ⇒ String
The ARN of the Amazon Web Services Private Certificate Authority certificate.
10447 10448 10449 10450 10451 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 10447 class ServiceConnectTlsCertificateAuthority < Struct.new( :aws_pca_authority_arn) SENSITIVE = [] include Aws::Structure end |