Class: Aws::Types::DescribeImageAttributeRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attribute"description", ...

Returns the value of attribute attribute.

Returns:

  • ("description", "kernel", "ramdisk", "launchPermission", "productCodes", "blockDeviceMapping", "sriovNetSupport", "bootMode", "tpmSupport", "uefiData", "lastLaunchedTime", "imdsSupport", "deregistrationProtection")


6135
6136
6137
# File 'sig/types.rbs', line 6135

def attribute
  @attribute
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


6137
6138
6139
# File 'sig/types.rbs', line 6137

def dry_run
  @dry_run
end

#image_id::String

Returns the value of attribute image_id.

Returns:

  • (::String)


6136
6137
6138
# File 'sig/types.rbs', line 6136

def image_id
  @image_id
end