Class: Aws::ElasticLoadBalancingV2::Types::DescribeTrustStoreRevocationsInput

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)


1565
1566
1567
1568
1569
1570
1571
1572
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1565

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

#page_sizeInteger

The maximum number of results to return with this call.

Returns:

  • (Integer)


1565
1566
1567
1568
1569
1570
1571
1572
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1565

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

#revocation_idsArray<Integer>

The revocation IDs of the revocation files you want to describe.

Returns:

  • (Array<Integer>)


1565
1566
1567
1568
1569
1570
1571
1572
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1565

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

#trust_store_arnString

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

Returns:

  • (String)


1565
1566
1567
1568
1569
1570
1571
1572
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1565

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