Class: Aws::Outposts::Types::ListSitesOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_token ⇒ String

The pagination token.

Returns:

  • (String)


2146
2147
2148
2149
2150
2151
# File 'lib/aws-sdk-outposts/types.rb', line 2146

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

#sites ⇒ Array<Types::Site>

Information about the sites.

Returns:



2146
2147
2148
2149
2150
2151
# File 'lib/aws-sdk-outposts/types.rb', line 2146

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