Class: Aws::ACM::Types::ListAcmeExternalAccountBindingsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ACM::Types::ListAcmeExternalAccountBindingsRequest
- Defined in:
- gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#acme_endpoint_arn ⇒ String
The Amazon Resource Name (ARN) of the ACME endpoint.
-
#max_results ⇒ Integer
The maximum number of results to return.
-
#next_token ⇒ String
A token for pagination.
Instance Attribute Details
#acme_endpoint_arn ⇒ String
The Amazon Resource Name (ARN) of the ACME endpoint.
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_results ⇒ Integer
The maximum number of results to return.
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_token ⇒ String
A token for pagination.
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 |