Class: Aws::WorkSpaces::Types::DescribeAccountModificationsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

If you received a ‘NextToken` from a previous call that was paginated, provide this token to receive the next set of results.

Returns:

  • (String)


1483
1484
1485
1486
1487
# File 'lib/aws-sdk-workspaces/types.rb', line 1483

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