Class: Aws::ECS::Types::ServiceConnectTlsCertificateAuthority

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb

Overview

An object that represents the Amazon Web Services Private Certificate Authority certificate.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#aws_pca_authority_arnString

The ARN of the Amazon Web Services Private Certificate Authority certificate.

Returns:

  • (String)


9425
9426
9427
9428
9429
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 9425

class ServiceConnectTlsCertificateAuthority < Struct.new(
  :aws_pca_authority_arn)
  SENSITIVE = []
  include Aws::Structure
end