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

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

Overview

Note:

When making an API call, you may pass DescribeAccountModificationsRequest data as a hash:

{
  next_token: "PaginationToken",
}

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)


433
434
435
436
# File 'lib/aws-sdk-workspaces/types.rb', line 433

class DescribeAccountModificationsRequest < Struct.new(
  :next_token)
  include Aws::Structure
end