Class: Aws::Types::ImportCustomWorkspaceImageRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#compute_type"BASE", ...

Returns the value of attribute compute_type.

Returns:

  • ("BASE", "GRAPHICS_G4DN", "GRAPHICS_G6")


984
985
986
# File 'sig/types.rbs', line 984

def compute_type
  @compute_type
end

#image_description::String

Returns the value of attribute image_description.

Returns:

  • (::String)


983
984
985
# File 'sig/types.rbs', line 983

def image_description
  @image_description
end

#image_name::String

Returns the value of attribute image_name.

Returns:

  • (::String)


982
983
984
# File 'sig/types.rbs', line 982

def image_name
  @image_name
end

#image_sourceTypes::ImageSourceIdentifier

Returns the value of attribute image_source.



986
987
988
# File 'sig/types.rbs', line 986

def image_source
  @image_source
end

#infrastructure_configuration_arn::String

Returns the value of attribute infrastructure_configuration_arn.

Returns:

  • (::String)


987
988
989
# File 'sig/types.rbs', line 987

def infrastructure_configuration_arn
  @infrastructure_configuration_arn
end

#os_version"Windows_10", "Windows_11"

Returns the value of attribute os_version.

Returns:

  • ("Windows_10", "Windows_11")


989
990
991
# File 'sig/types.rbs', line 989

def os_version
  @os_version
end

#platform"WINDOWS"

Returns the value of attribute platform.

Returns:

  • ("WINDOWS")


988
989
990
# File 'sig/types.rbs', line 988

def platform
  @platform
end

#protocol"PCOIP", ...

Returns the value of attribute protocol.

Returns:

  • ("PCOIP", "DCV", "BYOP")


985
986
987
# File 'sig/types.rbs', line 985

def protocol
  @protocol
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



990
991
992
# File 'sig/types.rbs', line 990

def tags
  @tags
end