Class: Aws::ElasticLoadBalancingV2::Types::DescribeTrustStoresInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


1611
1612
1613
1614
1615
1616
1617
1618
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1611

class DescribeTrustStoresInput < Struct.new(
  :trust_store_arns,
  :names,
  :marker,
  :page_size)
  SENSITIVE = []
  include Aws::Structure
end

#namesArray<String>

The names of the trust stores.

Returns:

  • (Array<String>)


1611
1612
1613
1614
1615
1616
1617
1618
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1611

class DescribeTrustStoresInput < Struct.new(
  :trust_store_arns,
  :names,
  :marker,
  :page_size)
  SENSITIVE = []
  include Aws::Structure
end

#page_sizeInteger

The maximum number of results to return with this call.

Returns:

  • (Integer)


1611
1612
1613
1614
1615
1616
1617
1618
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1611

class DescribeTrustStoresInput < Struct.new(
  :trust_store_arns,
  :names,
  :marker,
  :page_size)
  SENSITIVE = []
  include Aws::Structure
end

#trust_store_arnsArray<String>

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

Returns:

  • (Array<String>)


1611
1612
1613
1614
1615
1616
1617
1618
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1611

class DescribeTrustStoresInput < Struct.new(
  :trust_store_arns,
  :names,
  :marker,
  :page_size)
  SENSITIVE = []
  include Aws::Structure
end