Class: Aws::ACM::Types::ListAcmeExternalAccountBindingsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ACM::Types::ListAcmeExternalAccountBindingsResponse
- Defined in:
- gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#external_account_bindings ⇒ Array<Types::AcmeExternalAccountBindingSummary>
The list of external account bindings.
-
#next_token ⇒ String
A token for pagination.
Instance Attribute Details
#external_account_bindings ⇒ Array<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_token ⇒ String
A token for pagination.
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 |