Class: Aws::ElasticLoadBalancingV2::Types::DescribeTrustStoreAssociationsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticLoadBalancingV2::Types::DescribeTrustStoreAssociationsInput
- 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.
-
#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.)
1661 1662 1663 1664 1665 1666 1667 |
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1661 class DescribeTrustStoreAssociationsInput < Struct.new( :trust_store_arn, :marker, :page_size) SENSITIVE = [] include Aws::Structure end |
#page_size ⇒ Integer
The maximum number of results to return with this call.
1661 1662 1663 1664 1665 1666 1667 |
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1661 class DescribeTrustStoreAssociationsInput < Struct.new( :trust_store_arn, :marker, :page_size) SENSITIVE = [] include Aws::Structure end |
#trust_store_arn ⇒ String
The Amazon Resource Name (ARN) of the trust store.
1661 1662 1663 1664 1665 1666 1667 |
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1661 class DescribeTrustStoreAssociationsInput < Struct.new( :trust_store_arn, :marker, :page_size) SENSITIVE = [] include Aws::Structure end |