Class: Aws::WorkSpaces::Types::DescribeWorkspaceImagePermissionsRequest

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

#image_idString

The identifier of the image.

Returns:

  • (String)


2115
2116
2117
2118
2119
2120
2121
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 2115

class DescribeWorkspaceImagePermissionsRequest < Struct.new(
  :image_id,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of items to return.

Returns:

  • (Integer)


2115
2116
2117
2118
2119
2120
2121
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 2115

class DescribeWorkspaceImagePermissionsRequest < Struct.new(
  :image_id,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#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)


2115
2116
2117
2118
2119
2120
2121
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 2115

class DescribeWorkspaceImagePermissionsRequest < Struct.new(
  :image_id,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end