Class: Aws::ElasticLoadBalancingV2::Types::GetTrustStoreCaCertificatesBundleOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticLoadBalancingV2::Types::GetTrustStoreCaCertificatesBundleOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticloadbalancingv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#location ⇒ String
The ca certificate bundles Amazon S3 URI.
Instance Attribute Details
#location ⇒ String
The ca certificate bundles Amazon S3 URI.
1820 1821 1822 1823 1824 |
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1820 class GetTrustStoreCaCertificatesBundleOutput < Struct.new( :location) SENSITIVE = [] include Aws::Structure end |