Class: Aws::ElasticLoadBalancingV2::Types::DeleteTrustStoreInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticLoadBalancingV2::Types::DeleteTrustStoreInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticloadbalancingv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#trust_store_arn ⇒ String
The Amazon Resource Name (ARN) of the trust store.
Instance Attribute Details
#trust_store_arn ⇒ String
The Amazon Resource Name (ARN) of the trust store.
1061 1062 1063 1064 1065 |
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1061 class DeleteTrustStoreInput < Struct.new( :trust_store_arn) SENSITIVE = [] include Aws::Structure end |