Class: Aws::ElasticLoadBalancingV2::Types::DeleteSharedTrustStoreAssociationInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticLoadBalancingV2::Types::DeleteSharedTrustStoreAssociationInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticloadbalancingv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the resource.
-
#trust_store_arn ⇒ String
The Amazon Resource Name (ARN) of the trust store.
Instance Attribute Details
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the resource.
1096 1097 1098 1099 1100 1101 |
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1096 class DeleteSharedTrustStoreAssociationInput < Struct.new( :trust_store_arn, :resource_arn) SENSITIVE = [] include Aws::Structure end |
#trust_store_arn ⇒ String
The Amazon Resource Name (ARN) of the trust store.
1096 1097 1098 1099 1100 1101 |
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1096 class DeleteSharedTrustStoreAssociationInput < Struct.new( :trust_store_arn, :resource_arn) SENSITIVE = [] include Aws::Structure end |