Class: Aws::Types::ImageAttribute

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#block_device_mappings::Array[Types::BlockDeviceMapping]

Returns the value of attribute block_device_mappings.

Returns:



11138
11139
11140
# File 'sig/types.rbs', line 11138

def block_device_mappings
  @block_device_mappings
end

#boot_modeTypes::AttributeValue

Returns the value of attribute boot_mode.



11129
11130
11131
# File 'sig/types.rbs', line 11129

def boot_mode
  @boot_mode
end

#deregistration_protectionTypes::AttributeValue

Returns the value of attribute deregistration_protection.



11134
11135
11136
# File 'sig/types.rbs', line 11134

def deregistration_protection
  @deregistration_protection
end

#descriptionTypes::AttributeValue

Returns the value of attribute description.



11125
11126
11127
# File 'sig/types.rbs', line 11125

def description
  @description
end

#image_id::String

Returns the value of attribute image_id.

Returns:

  • (::String)


11135
11136
11137
# File 'sig/types.rbs', line 11135

def image_id
  @image_id
end

#imds_supportTypes::AttributeValue

Returns the value of attribute imds_support.



11133
11134
11135
# File 'sig/types.rbs', line 11133

def imds_support
  @imds_support
end

#kernel_idTypes::AttributeValue

Returns the value of attribute kernel_id.



11126
11127
11128
# File 'sig/types.rbs', line 11126

def kernel_id
  @kernel_id
end

#last_launched_timeTypes::AttributeValue

Returns the value of attribute last_launched_time.



11132
11133
11134
# File 'sig/types.rbs', line 11132

def last_launched_time
  @last_launched_time
end

#launch_permissions::Array[Types::LaunchPermission]

Returns the value of attribute launch_permissions.

Returns:



11136
11137
11138
# File 'sig/types.rbs', line 11136

def launch_permissions
  @launch_permissions
end

#product_codes::Array[Types::ProductCode]

Returns the value of attribute product_codes.

Returns:



11137
11138
11139
# File 'sig/types.rbs', line 11137

def product_codes
  @product_codes
end

#ramdisk_idTypes::AttributeValue

Returns the value of attribute ramdisk_id.



11127
11128
11129
# File 'sig/types.rbs', line 11127

def ramdisk_id
  @ramdisk_id
end

#sriov_net_supportTypes::AttributeValue

Returns the value of attribute sriov_net_support.



11128
11129
11130
# File 'sig/types.rbs', line 11128

def sriov_net_support
  @sriov_net_support
end

#tpm_supportTypes::AttributeValue

Returns the value of attribute tpm_support.



11130
11131
11132
# File 'sig/types.rbs', line 11130

def tpm_support
  @tpm_support
end

#uefi_dataTypes::AttributeValue

Returns the value of attribute uefi_data.



11131
11132
11133
# File 'sig/types.rbs', line 11131

def uefi_data
  @uefi_data
end