Class: Aws::Types::ImportImageRequest

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)


11297
11298
11299
# File 'sig/types.rbs', line 11297

def architecture
  @architecture
end

#boot_mode"legacy-bios", ...

Returns the value of attribute boot_mode.

Returns:

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


11312
11313
11314
# File 'sig/types.rbs', line 11312

def boot_mode
  @boot_mode
end

#client_dataTypes::ClientData

Returns the value of attribute client_data.

Returns:



11298
11299
11300
# File 'sig/types.rbs', line 11298

def client_data
  @client_data
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


11299
11300
11301
# File 'sig/types.rbs', line 11299

def client_token
  @client_token
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


11300
11301
11302
# File 'sig/types.rbs', line 11300

def description
  @description
end

#disk_containers::Array[Types::ImageDiskContainer]

Returns the value of attribute disk_containers.

Returns:



11301
11302
11303
# File 'sig/types.rbs', line 11301

def disk_containers
  @disk_containers
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


11302
11303
11304
# File 'sig/types.rbs', line 11302

def dry_run
  @dry_run
end

#encryptedBoolean

Returns the value of attribute encrypted.

Returns:

  • (Boolean)


11303
11304
11305
# File 'sig/types.rbs', line 11303

def encrypted
  @encrypted
end

#hypervisor::String

Returns the value of attribute hypervisor.

Returns:

  • (::String)


11304
11305
11306
# File 'sig/types.rbs', line 11304

def hypervisor
  @hypervisor
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


11305
11306
11307
# File 'sig/types.rbs', line 11305

def kms_key_id
  @kms_key_id
end

#license_specifications::Array[Types::ImportImageLicenseConfigurationRequest]

Returns the value of attribute license_specifications.



11309
11310
11311
# File 'sig/types.rbs', line 11309

def license_specifications
  @license_specifications
end

#license_type::String

Returns the value of attribute license_type.

Returns:

  • (::String)


11306
11307
11308
# File 'sig/types.rbs', line 11306

def license_type
  @license_type
end

#platform::String

Returns the value of attribute platform.

Returns:

  • (::String)


11307
11308
11309
# File 'sig/types.rbs', line 11307

def platform
  @platform
end

#role_name::String

Returns the value of attribute role_name.

Returns:

  • (::String)


11308
11309
11310
# File 'sig/types.rbs', line 11308

def role_name
  @role_name
end

#tag_specifications::Array[Types::TagSpecification]

Returns the value of attribute tag_specifications.

Returns:



11310
11311
11312
# File 'sig/types.rbs', line 11310

def tag_specifications
  @tag_specifications
end

#usage_operation::String

Returns the value of attribute usage_operation.

Returns:

  • (::String)


11311
11312
11313
# File 'sig/types.rbs', line 11311

def usage_operation
  @usage_operation
end