Class: Aws::Types::DescribeWorkspaceImagePermissionsResult

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#image_id::String

Returns the value of attribute image_id.

Returns:

  • (::String)


748
749
750
# File 'sig/types.rbs', line 748

def image_id
  @image_id
end

#image_permissions::Array[Types::ImagePermission]

Returns the value of attribute image_permissions.

Returns:



749
750
751
# File 'sig/types.rbs', line 749

def image_permissions
  @image_permissions
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


750
751
752
# File 'sig/types.rbs', line 750

def next_token
  @next_token
end