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)


4648
4649
4650
4651
4652
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 4648

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