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)


11592
11593
11594
# File 'sig/types.rbs', line 11592

def description
  @description
end

#disk_images::Array[Types::DiskImage]

Returns the value of attribute disk_images.

Returns:



11594
11595
11596
# File 'sig/types.rbs', line 11594

def disk_images
  @disk_images
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


11591
11592
11593
# File 'sig/types.rbs', line 11591

def dry_run
  @dry_run
end

#launch_specificationTypes::ImportInstanceLaunchSpecification

Returns the value of attribute launch_specification.



11593
11594
11595
# File 'sig/types.rbs', line 11593

def launch_specification
  @launch_specification
end

#platform"Windows"

Returns the value of attribute platform.

Returns:

  • ("Windows")


11595
11596
11597
# File 'sig/types.rbs', line 11595

def platform
  @platform
end