Class: Aws::ElasticLoadBalancingV2::Types::GetTrustStoreCaCertificatesBundleInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticLoadBalancingV2::Types::GetTrustStoreCaCertificatesBundleInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticloadbalancingv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#trust_store_arn ⇒ String
The Amazon Resource Name (ARN) of the trust store.
Instance Attribute Details
#trust_store_arn ⇒ String
The Amazon Resource Name (ARN) of the trust store.
1915 1916 1917 1918 1919 |
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1915 class GetTrustStoreCaCertificatesBundleInput < Struct.new( :trust_store_arn) SENSITIVE = [] include Aws::Structure end |