Class: Aws::WorkSpaces::Types::DescribeWorkspaceImagePermissionsResult

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)


2002
2003
2004
2005
2006
2007
2008
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 2002

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

#image_permissionsArray<Types::ImagePermission>

The identifiers of the Amazon Web Services accounts that the image has been shared with.

Returns:



2002
2003
2004
2005
2006
2007
2008
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 2002

class DescribeWorkspaceImagePermissionsResult < Struct.new(
  :image_id,
  :image_permissions,
  :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)


2002
2003
2004
2005
2006
2007
2008
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 2002

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