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:



2536
2537
2538
# File 'sig/types.rbs', line 2536

def block_device_mappings
  @block_device_mappings
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2534
2535
2536
# File 'sig/types.rbs', line 2534

def description
  @description
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


2531
2532
2533
# File 'sig/types.rbs', line 2531

def dry_run
  @dry_run
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


2532
2533
2534
# File 'sig/types.rbs', line 2532

def instance_id
  @instance_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2533
2534
2535
# File 'sig/types.rbs', line 2533

def name
  @name
end

#no_rebootBoolean

Returns the value of attribute no_reboot.

Returns:

  • (Boolean)


2535
2536
2537
# File 'sig/types.rbs', line 2535

def no_reboot
  @no_reboot
end

#snapshot_location"regional", "local"

Returns the value of attribute snapshot_location.

Returns:

  • ("regional", "local")


2530
2531
2532
# File 'sig/types.rbs', line 2530

def snapshot_location
  @snapshot_location
end

#tag_specifications::Array[Types::TagSpecification]

Returns the value of attribute tag_specifications.

Returns:



2529
2530
2531
# File 'sig/types.rbs', line 2529

def tag_specifications
  @tag_specifications
end