Class: Aws::Types::ImportCustomWorkspaceImageRequest
- Inherits:
-
Object
- Object
- Aws::Types::ImportCustomWorkspaceImageRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#compute_type ⇒ "BASE", ...
Returns the value of attribute compute_type.
-
#image_description ⇒ ::String
Returns the value of attribute image_description.
-
#image_name ⇒ ::String
Returns the value of attribute image_name.
-
#image_source ⇒ Types::ImageSourceIdentifier
Returns the value of attribute image_source.
-
#infrastructure_configuration_arn ⇒ ::String
Returns the value of attribute infrastructure_configuration_arn.
-
#os_version ⇒ "Windows_10", "Windows_11"
Returns the value of attribute os_version.
-
#platform ⇒ "WINDOWS"
Returns the value of attribute platform.
-
#protocol ⇒ "PCOIP", ...
Returns the value of attribute protocol.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#compute_type ⇒ "BASE", ...
Returns the value of attribute compute_type.
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.
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.
982 983 984 |
# File 'sig/types.rbs', line 982 def image_name @image_name end |
#image_source ⇒ Types::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.
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.
989 990 991 |
# File 'sig/types.rbs', line 989 def os_version @os_version end |
#platform ⇒ "WINDOWS"
Returns the value of attribute platform.
988 989 990 |
# File 'sig/types.rbs', line 988 def platform @platform end |
#protocol ⇒ "PCOIP", ...
Returns the value of attribute protocol.
985 986 987 |
# File 'sig/types.rbs', line 985 def protocol @protocol end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
990 991 992 |
# File 'sig/types.rbs', line 990 def @tags end |