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
An identifier that was returned from the previous call to this operation, which you can use to return the next set of items in the list.
Instance Attribute Details
#domain_name_configs ⇒ Array<Types::DomainNameConfig>
Lists configurations for multiple domain names.
3892 3893 3894 3895 3896 3897 |
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 3892 class ListDomainNamesResponse < Struct.new( :domain_name_configs, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
An identifier that was returned from the previous call to this operation, which you can use to return the next set of items in the list.
3892 3893 3894 3895 3896 3897 |
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 3892 class ListDomainNamesResponse < Struct.new( :domain_name_configs, :next_token) SENSITIVE = [] include Aws::Structure end |