Class: Aws::ElasticLoadBalancingV2::Types::DescribeTrustStoresInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticLoadBalancingV2::Types::DescribeTrustStoresInput
- 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.
-
#names ⇒ Array<String>
The names of the trust stores.
-
#page_size ⇒ Integer
The maximum number of results to return with this call.
-
#trust_store_arns ⇒ Array<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.)
1781 1782 1783 1784 1785 1786 1787 1788 |
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1781 class DescribeTrustStoresInput < Struct.new( :trust_store_arns, :names, :marker, :page_size) SENSITIVE = [] include Aws::Structure end |
#names ⇒ Array<String>
The names of the trust stores.
1781 1782 1783 1784 1785 1786 1787 1788 |
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1781 class DescribeTrustStoresInput < Struct.new( :trust_store_arns, :names, :marker, :page_size) SENSITIVE = [] include Aws::Structure end |
#page_size ⇒ Integer
The maximum number of results to return with this call.
1781 1782 1783 1784 1785 1786 1787 1788 |
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1781 class DescribeTrustStoresInput < Struct.new( :trust_store_arns, :names, :marker, :page_size) SENSITIVE = [] include Aws::Structure end |
#trust_store_arns ⇒ Array<String>
The Amazon Resource Name (ARN) of the trust store.
1781 1782 1783 1784 1785 1786 1787 1788 |
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1781 class DescribeTrustStoresInput < Struct.new( :trust_store_arns, :names, :marker, :page_size) SENSITIVE = [] include Aws::Structure end |