Class: Aws::ACM::Types::ListAcmeExternalAccountBindingsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#acme_endpoint_arnString

The Amazon Resource Name (ARN) of the ACME endpoint.

Returns:

  • (String)


2749
2750
2751
2752
2753
2754
2755
# File 'gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb', line 2749

class ListAcmeExternalAccountBindingsRequest < Struct.new(
  :next_token,
  :max_results,
  :acme_endpoint_arn)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of results to return.

Returns:

  • (Integer)


2749
2750
2751
2752
2753
2754
2755
# File 'gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb', line 2749

class ListAcmeExternalAccountBindingsRequest < Struct.new(
  :next_token,
  :max_results,
  :acme_endpoint_arn)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A token for pagination.

Returns:

  • (String)


2749
2750
2751
2752
2753
2754
2755
# File 'gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb', line 2749

class ListAcmeExternalAccountBindingsRequest < Struct.new(
  :next_token,
  :max_results,
  :acme_endpoint_arn)
  SENSITIVE = []
  include Aws::Structure
end