Class: Aws::Types::CreateImageRequest

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:



2408
2409
2410
# File 'sig/types.rbs', line 2408

def block_device_mappings
  @block_device_mappings
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2406
2407
2408
# File 'sig/types.rbs', line 2406

def description
  @description
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


2403
2404
2405
# File 'sig/types.rbs', line 2403

def dry_run
  @dry_run
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


2404
2405
2406
# File 'sig/types.rbs', line 2404

def instance_id
  @instance_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2405
2406
2407
# File 'sig/types.rbs', line 2405

def name
  @name
end

#no_rebootBoolean

Returns the value of attribute no_reboot.

Returns:

  • (Boolean)


2407
2408
2409
# File 'sig/types.rbs', line 2407

def no_reboot
  @no_reboot
end

#snapshot_location"regional", "local"

Returns the value of attribute snapshot_location.

Returns:

  • ("regional", "local")


2402
2403
2404
# File 'sig/types.rbs', line 2402

def snapshot_location
  @snapshot_location
end

#tag_specifications::Array[Types::TagSpecification]

Returns the value of attribute tag_specifications.

Returns:



2401
2402
2403
# File 'sig/types.rbs', line 2401

def tag_specifications
  @tag_specifications
end