Class: Aws::Types::ImportImageTask

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#architecture::String

Returns the value of attribute architecture.

Returns:

  • (::String)


11076
11077
11078
# File 'sig/types.rbs', line 11076

def architecture
  @architecture
end

#boot_mode"legacy-bios", ...

Returns the value of attribute boot_mode.

Returns:

  • ("legacy-bios", "uefi", "uefi-preferred")


11092
11093
11094
# File 'sig/types.rbs', line 11092

def boot_mode
  @boot_mode
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


11077
11078
11079
# File 'sig/types.rbs', line 11077

def description
  @description
end

#encryptedBoolean

Returns the value of attribute encrypted.

Returns:

  • (Boolean)


11078
11079
11080
# File 'sig/types.rbs', line 11078

def encrypted
  @encrypted
end

#hypervisor::String

Returns the value of attribute hypervisor.

Returns:

  • (::String)


11079
11080
11081
# File 'sig/types.rbs', line 11079

def hypervisor
  @hypervisor
end

#image_id::String

Returns the value of attribute image_id.

Returns:

  • (::String)


11080
11081
11082
# File 'sig/types.rbs', line 11080

def image_id
  @image_id
end

#import_task_id::String

Returns the value of attribute import_task_id.

Returns:

  • (::String)


11081
11082
11083
# File 'sig/types.rbs', line 11081

def import_task_id
  @import_task_id
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


11082
11083
11084
# File 'sig/types.rbs', line 11082

def kms_key_id
  @kms_key_id
end

#license_specifications::Array[Types::ImportImageLicenseConfigurationResponse]

Returns the value of attribute license_specifications.



11090
11091
11092
# File 'sig/types.rbs', line 11090

def license_specifications
  @license_specifications
end

#license_type::String

Returns the value of attribute license_type.

Returns:

  • (::String)


11083
11084
11085
# File 'sig/types.rbs', line 11083

def license_type
  @license_type
end

#platform::String

Returns the value of attribute platform.

Returns:

  • (::String)


11084
11085
11086
# File 'sig/types.rbs', line 11084

def platform
  @platform
end

#progress::String

Returns the value of attribute progress.

Returns:

  • (::String)


11085
11086
11087
# File 'sig/types.rbs', line 11085

def progress
  @progress
end

#snapshot_details::Array[Types::SnapshotDetail]

Returns the value of attribute snapshot_details.

Returns:



11086
11087
11088
# File 'sig/types.rbs', line 11086

def snapshot_details
  @snapshot_details
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


11087
11088
11089
# File 'sig/types.rbs', line 11087

def status
  @status
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


11088
11089
11090
# File 'sig/types.rbs', line 11088

def status_message
  @status_message
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



11089
11090
11091
# File 'sig/types.rbs', line 11089

def tags
  @tags
end

#usage_operation::String

Returns the value of attribute usage_operation.

Returns:

  • (::String)


11091
11092
11093
# File 'sig/types.rbs', line 11091

def usage_operation
  @usage_operation
end