Class: Aws::Types::UpdateWorkspaceImagePermissionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#allow_copy_imageBoolean

Returns the value of attribute allow_copy_image.

Returns:

  • (Boolean)


1581
1582
1583
# File 'sig/types.rbs', line 1581

def allow_copy_image
  @allow_copy_image
end

#image_id::String

Returns the value of attribute image_id.

Returns:

  • (::String)


1580
1581
1582
# File 'sig/types.rbs', line 1580

def image_id
  @image_id
end

#shared_account_id::String

Returns the value of attribute shared_account_id.

Returns:

  • (::String)


1582
1583
1584
# File 'sig/types.rbs', line 1582

def 
  @shared_account_id
end