Class: Aws::ElasticLoadBalancingV2::Types::TrustStoreAssociation
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticLoadBalancingV2::Types::TrustStoreAssociation
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticloadbalancingv2/types.rb
Overview
Information about the resources a trust store is associated with.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the resource.
Instance Attribute Details
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the resource.
4564 4565 4566 4567 4568 |
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 4564 class TrustStoreAssociation < Struct.new( :resource_arn) SENSITIVE = [] include Aws::Structure end |