Class: Aws::CodeCatalyst::Types::ListSpacesRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

A token returned from a call to this API to indicate the next batch of results to return, if any.

Returns:

  • (String)


2059
2060
2061
2062
2063
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 2059

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