Class: Aws::AlexaForBusiness::Types::ListGatewaysResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-alexaforbusiness/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#gatewaysArray<Types::GatewaySummary>

The gateways in the list.

Returns:



2778
2779
2780
2781
2782
2783
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 2778

class ListGatewaysResponse < Struct.new(
  :gateways,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token used to paginate though multiple pages of gateway summaries.

Returns:

  • (String)


2778
2779
2780
2781
2782
2783
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 2778

class ListGatewaysResponse < Struct.new(
  :gateways,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end