Class: Aws::ElasticLoadBalancingV2::Types::DeleteTrustStoreInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#trust_store_arnString

The Amazon Resource Name (ARN) of the trust store.

Returns:

  • (String)


1022
1023
1024
1025
1026
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1022

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