Class: Aws::ElasticLoadBalancingV2::Types::GetTrustStoreCaCertificatesBundleInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#trust_store_arnString

The Amazon Resource Name (ARN) of the trust store.

Returns:

  • (String)


1721
1722
1723
1724
1725
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1721

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