Class: Aws::Types::ImportWorkspaceImageRequest
- Inherits:
-
Object
- Object
- Aws::Types::ImportWorkspaceImageRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#applications ⇒ ::Array[("Microsoft_Office_2016" | "Microsoft_Office_2019")]
Returns the value of attribute applications.
-
#ec2_image_id ⇒ ::String
Returns the value of attribute ec2_image_id.
-
#image_description ⇒ ::String
Returns the value of attribute image_description.
-
#image_name ⇒ ::String
Returns the value of attribute image_name.
-
#ingestion_process ⇒ "BYOL_REGULAR", ...
Returns the value of attribute ingestion_process.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#applications ⇒ ::Array[("Microsoft_Office_2016" | "Microsoft_Office_2019")]
Returns the value of attribute applications.
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.
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.
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.
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.
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.
1005 1006 1007 |
# File 'sig/types.rbs', line 1005 def @tags end |