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)


11535
11536
11537
# File 'sig/types.rbs', line 11535

def architecture
  @architecture
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


11536
11537
11538
# File 'sig/types.rbs', line 11536

def description
  @description
end

#encryptedBoolean

Returns the value of attribute encrypted.

Returns:

  • (Boolean)


11537
11538
11539
# File 'sig/types.rbs', line 11537

def encrypted
  @encrypted
end

#hypervisor::String

Returns the value of attribute hypervisor.

Returns:

  • (::String)


11538
11539
11540
# File 'sig/types.rbs', line 11538

def hypervisor
  @hypervisor
end

#image_id::String

Returns the value of attribute image_id.

Returns:

  • (::String)


11539
11540
11541
# File 'sig/types.rbs', line 11539

def image_id
  @image_id
end

#import_task_id::String

Returns the value of attribute import_task_id.

Returns:

  • (::String)


11540
11541
11542
# File 'sig/types.rbs', line 11540

def import_task_id
  @import_task_id
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


11541
11542
11543
# File 'sig/types.rbs', line 11541

def kms_key_id
  @kms_key_id
end

#license_specifications::Array[Types::ImportImageLicenseConfigurationResponse]

Returns the value of attribute license_specifications.



11548
11549
11550
# File 'sig/types.rbs', line 11548

def license_specifications
  @license_specifications
end

#license_type::String

Returns the value of attribute license_type.

Returns:

  • (::String)


11542
11543
11544
# File 'sig/types.rbs', line 11542

def license_type
  @license_type
end

#platform::String

Returns the value of attribute platform.

Returns:

  • (::String)


11543
11544
11545
# File 'sig/types.rbs', line 11543

def platform
  @platform
end

#progress::String

Returns the value of attribute progress.

Returns:

  • (::String)


11544
11545
11546
# File 'sig/types.rbs', line 11544

def progress
  @progress
end

#snapshot_details::Array[Types::SnapshotDetail]

Returns the value of attribute snapshot_details.

Returns:



11545
11546
11547
# File 'sig/types.rbs', line 11545

def snapshot_details
  @snapshot_details
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


11546
11547
11548
# File 'sig/types.rbs', line 11546

def status
  @status
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


11547
11548
11549
# File 'sig/types.rbs', line 11547

def status_message
  @status_message
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



11549
11550
11551
# File 'sig/types.rbs', line 11549

def tags
  @tags
end

#usage_operation::String

Returns the value of attribute usage_operation.

Returns:

  • (::String)


11550
11551
11552
# File 'sig/types.rbs', line 11550

def usage_operation
  @usage_operation
end