Class: Aws::AppSync::Types::ListDomainNamesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppSync::Types::ListDomainNamesResponse
- Defined in:
- gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_name_configs ⇒ Array<Types::DomainNameConfig>
Lists configurations for multiple domain names.
-
#next_token ⇒ String
The API token.
Instance Attribute Details
#domain_name_configs ⇒ Array<Types::DomainNameConfig>
Lists configurations for multiple domain names.
2579 2580 2581 2582 2583 2584 |
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 2579 class ListDomainNamesResponse < Struct.new( :domain_name_configs, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The API token.
2579 2580 2581 2582 2583 2584 |
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 2579 class ListDomainNamesResponse < Struct.new( :domain_name_configs, :next_token) SENSITIVE = [] include Aws::Structure end |