Class: Aws::ACM::Types::ListAcmeExternalAccountBindingsResponse

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

#external_account_bindingsArray<Types::AcmeExternalAccountBindingSummary>

The list of external account bindings.



2767
2768
2769
2770
2771
2772
# File 'gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb', line 2767

class ListAcmeExternalAccountBindingsResponse < Struct.new(
  :external_account_bindings,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A token for pagination.

Returns:

  • (String)


2767
2768
2769
2770
2771
2772
# File 'gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb', line 2767

class ListAcmeExternalAccountBindingsResponse < Struct.new(
  :external_account_bindings,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end