Class: Aws::ElasticLoadBalancingV2::Types::TrustStoreAssociation

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#resource_arnString

The Amazon Resource Name (ARN) of the resource.

Returns:

  • (String)


4179
4180
4181
4182
4183
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 4179

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