Class: Aws::Types::ImportImageResult

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)


11056
11057
11058
# File 'sig/types.rbs', line 11056

def architecture
  @architecture
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


11057
11058
11059
# File 'sig/types.rbs', line 11057

def description
  @description
end

#encryptedBoolean

Returns the value of attribute encrypted.

Returns:

  • (Boolean)


11058
11059
11060
# File 'sig/types.rbs', line 11058

def encrypted
  @encrypted
end

#hypervisor::String

Returns the value of attribute hypervisor.

Returns:

  • (::String)


11059
11060
11061
# File 'sig/types.rbs', line 11059

def hypervisor
  @hypervisor
end

#image_id::String

Returns the value of attribute image_id.

Returns:

  • (::String)


11060
11061
11062
# File 'sig/types.rbs', line 11060

def image_id
  @image_id
end

#import_task_id::String

Returns the value of attribute import_task_id.

Returns:

  • (::String)


11061
11062
11063
# File 'sig/types.rbs', line 11061

def import_task_id
  @import_task_id
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


11062
11063
11064
# File 'sig/types.rbs', line 11062

def kms_key_id
  @kms_key_id
end

#license_specifications::Array[Types::ImportImageLicenseConfigurationResponse]

Returns the value of attribute license_specifications.



11069
11070
11071
# File 'sig/types.rbs', line 11069

def license_specifications
  @license_specifications
end

#license_type::String

Returns the value of attribute license_type.

Returns:

  • (::String)


11063
11064
11065
# File 'sig/types.rbs', line 11063

def license_type
  @license_type
end

#platform::String

Returns the value of attribute platform.

Returns:

  • (::String)


11064
11065
11066
# File 'sig/types.rbs', line 11064

def platform
  @platform
end

#progress::String

Returns the value of attribute progress.

Returns:

  • (::String)


11065
11066
11067
# File 'sig/types.rbs', line 11065

def progress
  @progress
end

#snapshot_details::Array[Types::SnapshotDetail]

Returns the value of attribute snapshot_details.

Returns:



11066
11067
11068
# File 'sig/types.rbs', line 11066

def snapshot_details
  @snapshot_details
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


11067
11068
11069
# File 'sig/types.rbs', line 11067

def status
  @status
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


11068
11069
11070
# File 'sig/types.rbs', line 11068

def status_message
  @status_message
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



11070
11071
11072
# File 'sig/types.rbs', line 11070

def tags
  @tags
end

#usage_operation::String

Returns the value of attribute usage_operation.

Returns:

  • (::String)


11071
11072
11073
# File 'sig/types.rbs', line 11071

def usage_operation
  @usage_operation
end