Class: Aws::Outposts::Types::ListOutpostsOutput

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)


1304
1305
1306
1307
1308
1309
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 1304

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

#outpostsArray<Types::Outpost>

Information about the Outposts.

Returns:



1304
1305
1306
1307
1308
1309
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 1304

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