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)


11036
11037
11038
# File 'sig/types.rbs', line 11036

def architecture
  @architecture
end

#boot_mode"legacy-bios", ...

Returns the value of attribute boot_mode.

Returns:

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


11051
11052
11053
# File 'sig/types.rbs', line 11051

def boot_mode
  @boot_mode
end

#client_dataTypes::ClientData

Returns the value of attribute client_data.

Returns:



11037
11038
11039
# File 'sig/types.rbs', line 11037

def client_data
  @client_data
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


11038
11039
11040
# File 'sig/types.rbs', line 11038

def client_token
  @client_token
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


11039
11040
11041
# File 'sig/types.rbs', line 11039

def description
  @description
end

#disk_containers::Array[Types::ImageDiskContainer]

Returns the value of attribute disk_containers.

Returns:



11040
11041
11042
# File 'sig/types.rbs', line 11040

def disk_containers
  @disk_containers
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


11041
11042
11043
# File 'sig/types.rbs', line 11041

def dry_run
  @dry_run
end

#encryptedBoolean

Returns the value of attribute encrypted.

Returns:

  • (Boolean)


11042
11043
11044
# File 'sig/types.rbs', line 11042

def encrypted
  @encrypted
end

#hypervisor::String

Returns the value of attribute hypervisor.

Returns:

  • (::String)


11043
11044
11045
# File 'sig/types.rbs', line 11043

def hypervisor
  @hypervisor
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


11044
11045
11046
# File 'sig/types.rbs', line 11044

def kms_key_id
  @kms_key_id
end

#license_specifications::Array[Types::ImportImageLicenseConfigurationRequest]

Returns the value of attribute license_specifications.



11048
11049
11050
# File 'sig/types.rbs', line 11048

def license_specifications
  @license_specifications
end

#license_type::String

Returns the value of attribute license_type.

Returns:

  • (::String)


11045
11046
11047
# File 'sig/types.rbs', line 11045

def license_type
  @license_type
end

#platform::String

Returns the value of attribute platform.

Returns:

  • (::String)


11046
11047
11048
# File 'sig/types.rbs', line 11046

def platform
  @platform
end

#role_name::String

Returns the value of attribute role_name.

Returns:

  • (::String)


11047
11048
11049
# File 'sig/types.rbs', line 11047

def role_name
  @role_name
end

#tag_specifications::Array[Types::TagSpecification]

Returns the value of attribute tag_specifications.

Returns:



11049
11050
11051
# File 'sig/types.rbs', line 11049

def tag_specifications
  @tag_specifications
end

#usage_operation::String

Returns the value of attribute usage_operation.

Returns:

  • (::String)


11050
11051
11052
# File 'sig/types.rbs', line 11050

def usage_operation
  @usage_operation
end