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)


11515
11516
11517
# File 'sig/types.rbs', line 11515

def architecture
  @architecture
end

#boot_mode"legacy-bios", ...

Returns the value of attribute boot_mode.

Returns:

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


11530
11531
11532
# File 'sig/types.rbs', line 11530

def boot_mode
  @boot_mode
end

#client_dataTypes::ClientData

Returns the value of attribute client_data.

Returns:



11516
11517
11518
# File 'sig/types.rbs', line 11516

def client_data
  @client_data
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


11517
11518
11519
# File 'sig/types.rbs', line 11517

def client_token
  @client_token
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


11518
11519
11520
# File 'sig/types.rbs', line 11518

def description
  @description
end

#disk_containers::Array[Types::ImageDiskContainer]

Returns the value of attribute disk_containers.

Returns:



11519
11520
11521
# File 'sig/types.rbs', line 11519

def disk_containers
  @disk_containers
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


11520
11521
11522
# File 'sig/types.rbs', line 11520

def dry_run
  @dry_run
end

#encryptedBoolean

Returns the value of attribute encrypted.

Returns:

  • (Boolean)


11521
11522
11523
# File 'sig/types.rbs', line 11521

def encrypted
  @encrypted
end

#hypervisor::String

Returns the value of attribute hypervisor.

Returns:

  • (::String)


11522
11523
11524
# File 'sig/types.rbs', line 11522

def hypervisor
  @hypervisor
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


11523
11524
11525
# File 'sig/types.rbs', line 11523

def kms_key_id
  @kms_key_id
end

#license_specifications::Array[Types::ImportImageLicenseConfigurationRequest]

Returns the value of attribute license_specifications.



11527
11528
11529
# File 'sig/types.rbs', line 11527

def license_specifications
  @license_specifications
end

#license_type::String

Returns the value of attribute license_type.

Returns:

  • (::String)


11524
11525
11526
# File 'sig/types.rbs', line 11524

def license_type
  @license_type
end

#platform::String

Returns the value of attribute platform.

Returns:

  • (::String)


11525
11526
11527
# File 'sig/types.rbs', line 11525

def platform
  @platform
end

#role_name::String

Returns the value of attribute role_name.

Returns:

  • (::String)


11526
11527
11528
# File 'sig/types.rbs', line 11526

def role_name
  @role_name
end

#tag_specifications::Array[Types::TagSpecification]

Returns the value of attribute tag_specifications.

Returns:



11528
11529
11530
# File 'sig/types.rbs', line 11528

def tag_specifications
  @tag_specifications
end

#usage_operation::String

Returns the value of attribute usage_operation.

Returns:

  • (::String)


11529
11530
11531
# File 'sig/types.rbs', line 11529

def usage_operation
  @usage_operation
end