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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The pagination token.

Returns:

  • (String)


1353
1354
1355
1356
1357
1358
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 1353

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

#sitesArray<Types::Site>

Information about the sites.

Returns:



1353
1354
1355
1356
1357
1358
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 1353

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