Class: Aws::Types::ImportWorkspaceImageRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#applications::Array[("Microsoft_Office_2016" | "Microsoft_Office_2019")]

Returns the value of attribute applications.

Returns:

  • (::Array[("Microsoft_Office_2016" | "Microsoft_Office_2019")])


1006
1007
1008
# File 'sig/types.rbs', line 1006

def applications
  @applications
end

#ec2_image_id::String

Returns the value of attribute ec2_image_id.

Returns:

  • (::String)


1001
1002
1003
# File 'sig/types.rbs', line 1001

def ec2_image_id
  @ec2_image_id
end

#image_description::String

Returns the value of attribute image_description.

Returns:

  • (::String)


1004
1005
1006
# File 'sig/types.rbs', line 1004

def image_description
  @image_description
end

#image_name::String

Returns the value of attribute image_name.

Returns:

  • (::String)


1003
1004
1005
# File 'sig/types.rbs', line 1003

def image_name
  @image_name
end

#ingestion_process"BYOL_REGULAR", ...

Returns the value of attribute ingestion_process.

Returns:

  • ("BYOL_REGULAR", "BYOL_GRAPHICS", "BYOL_GRAPHICSPRO", "BYOL_GRAPHICS_G4DN", "BYOL_REGULAR_WSP", "BYOL_GRAPHICS_G4DN_WSP", "BYOL_REGULAR_BYOP", "BYOL_GRAPHICS_G4DN_BYOP")


1002
1003
1004
# File 'sig/types.rbs', line 1002

def ingestion_process
  @ingestion_process
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



1005
1006
1007
# File 'sig/types.rbs', line 1005

def tags
  @tags
end