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.
1927 1928 1929 1930 1931 |
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1927 class GetTrustStoreCaCertificatesBundleOutput < Struct.new( :location) SENSITIVE = [] include Aws::Structure end |