Class: Aws::AlexaForBusiness::Types::ListGatewaysResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::ListGatewaysResponse
- Defined in:
- gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#gateways ⇒ Array<Types::GatewaySummary>
The gateways in the list.
-
#next_token ⇒ String
The token used to paginate though multiple pages of gateway summaries.
Instance Attribute Details
#gateways ⇒ Array<Types::GatewaySummary>
The gateways in the list.
2763 2764 2765 2766 2767 2768 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 2763 class ListGatewaysResponse < Struct.new( :gateways, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token used to paginate though multiple pages of gateway summaries.
2763 2764 2765 2766 2767 2768 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 2763 class ListGatewaysResponse < Struct.new( :gateways, :next_token) SENSITIVE = [] include Aws::Structure end |