Class: Aws::ElasticLoadBalancingV2::Types::DescribeTrustStoreRevocationsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticLoadBalancingV2::Types::DescribeTrustStoreRevocationsInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticloadbalancingv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#marker ⇒ String
The marker for the next set of results.
-
#page_size ⇒ Integer
The maximum number of results to return with this call.
-
#revocation_ids ⇒ Array<Integer>
The revocation IDs of the revocation files you want to describe.
-
#trust_store_arn ⇒ String
The Amazon Resource Name (ARN) of the trust store.
Instance Attribute Details
#marker ⇒ String
The marker for the next set of results. (You received this marker from a previous call.)
1735 1736 1737 1738 1739 1740 1741 1742 |
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1735 class DescribeTrustStoreRevocationsInput < Struct.new( :trust_store_arn, :revocation_ids, :marker, :page_size) SENSITIVE = [] include Aws::Structure end |
#page_size ⇒ Integer
The maximum number of results to return with this call.
1735 1736 1737 1738 1739 1740 1741 1742 |
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1735 class DescribeTrustStoreRevocationsInput < Struct.new( :trust_store_arn, :revocation_ids, :marker, :page_size) SENSITIVE = [] include Aws::Structure end |
#revocation_ids ⇒ Array<Integer>
The revocation IDs of the revocation files you want to describe.
1735 1736 1737 1738 1739 1740 1741 1742 |
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1735 class DescribeTrustStoreRevocationsInput < Struct.new( :trust_store_arn, :revocation_ids, :marker, :page_size) SENSITIVE = [] include Aws::Structure end |
#trust_store_arn ⇒ String
The Amazon Resource Name (ARN) of the trust store.
1735 1736 1737 1738 1739 1740 1741 1742 |
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1735 class DescribeTrustStoreRevocationsInput < Struct.new( :trust_store_arn, :revocation_ids, :marker, :page_size) SENSITIVE = [] include Aws::Structure end |