Class: Aws::ElasticLoadBalancingV2::Types::GetTrustStoreRevocationContentInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticLoadBalancingV2::Types::GetTrustStoreRevocationContentInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticloadbalancingv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#revocation_id ⇒ Integer
The revocation ID of the revocation file.
-
#trust_store_arn ⇒ String
The Amazon Resource Name (ARN) of the trust store.
Instance Attribute Details
#revocation_id ⇒ Integer
The revocation ID of the revocation file.
1943 1944 1945 1946 1947 1948 |
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1943 class GetTrustStoreRevocationContentInput < Struct.new( :trust_store_arn, :revocation_id) SENSITIVE = [] include Aws::Structure end |
#trust_store_arn ⇒ String
The Amazon Resource Name (ARN) of the trust store.
1943 1944 1945 1946 1947 1948 |
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1943 class GetTrustStoreRevocationContentInput < Struct.new( :trust_store_arn, :revocation_id) SENSITIVE = [] include Aws::Structure end |