Class: Aws::Types::ImportInstanceRequest
- Inherits:
-
Object
- Object
- Aws::Types::ImportInstanceRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#disk_images ⇒ ::Array[Types::DiskImage]
Returns the value of attribute disk_images.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#launch_specification ⇒ Types::ImportInstanceLaunchSpecification
Returns the value of attribute launch_specification.
-
#platform ⇒ "Windows"
Returns the value of attribute platform.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
11113 11114 11115 |
# File 'sig/types.rbs', line 11113 def description @description end |
#disk_images ⇒ ::Array[Types::DiskImage]
Returns the value of attribute disk_images.
11115 11116 11117 |
# File 'sig/types.rbs', line 11115 def disk_images @disk_images end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
11112 11113 11114 |
# File 'sig/types.rbs', line 11112 def dry_run @dry_run end |
#launch_specification ⇒ Types::ImportInstanceLaunchSpecification
Returns the value of attribute launch_specification.
11114 11115 11116 |
# File 'sig/types.rbs', line 11114 def launch_specification @launch_specification end |
#platform ⇒ "Windows"
Returns the value of attribute platform.
11116 11117 11118 |
# File 'sig/types.rbs', line 11116 def platform @platform end |