Class: Aws::WorkSpaces::Types::DescribeAccountModificationsResult

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_modificationsArray<Types::AccountModification>

The list of modifications to the configuration of BYOL.

Returns:



1368
1369
1370
1371
1372
1373
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 1368

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

#next_tokenString

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

Returns:

  • (String)


1368
1369
1370
1371
1372
1373
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 1368

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