Class: Aws::Types::ImportInstanceRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


11374
11375
11376
# File 'sig/types.rbs', line 11374

def description
  @description
end

#disk_images::Array[Types::DiskImage]

Returns the value of attribute disk_images.

Returns:



11376
11377
11378
# File 'sig/types.rbs', line 11376

def disk_images
  @disk_images
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


11373
11374
11375
# File 'sig/types.rbs', line 11373

def dry_run
  @dry_run
end

#launch_specificationTypes::ImportInstanceLaunchSpecification

Returns the value of attribute launch_specification.



11375
11376
11377
# File 'sig/types.rbs', line 11375

def launch_specification
  @launch_specification
end

#platform"Windows"

Returns the value of attribute platform.

Returns:

  • ("Windows")


11377
11378
11379
# File 'sig/types.rbs', line 11377

def platform
  @platform
end