Class: Aws::ElasticLoadBalancingV2::Types::DescribeTrustStoreAssociationsInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#markerString

The marker for the next set of results. (You received this marker from a previous call.)

Returns:

  • (String)


1579
1580
1581
1582
1583
1584
1585
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1579

class DescribeTrustStoreAssociationsInput < Struct.new(
  :trust_store_arn,
  :marker,
  :page_size)
  SENSITIVE = []
  include Aws::Structure
end

#page_sizeInteger

The maximum number of results to return with this call.

Returns:

  • (Integer)


1579
1580
1581
1582
1583
1584
1585
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1579

class DescribeTrustStoreAssociationsInput < Struct.new(
  :trust_store_arn,
  :marker,
  :page_size)
  SENSITIVE = []
  include Aws::Structure
end

#trust_store_arnString

The Amazon Resource Name (ARN) of the trust store.

Returns:

  • (String)


1579
1580
1581
1582
1583
1584
1585
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1579

class DescribeTrustStoreAssociationsInput < Struct.new(
  :trust_store_arn,
  :marker,
  :page_size)
  SENSITIVE = []
  include Aws::Structure
end