Class: Aws::Types::CreateUpdatedImageRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


530
531
532
# File 'sig/types.rbs', line 530

def dry_run
  @dry_run
end

#existing_image_name::String

Returns the value of attribute existing_image_name.

Returns:

  • (::String)


525
526
527
# File 'sig/types.rbs', line 525

def existing_image_name
  @existing_image_name
end

#new_image_description::String

Returns the value of attribute new_image_description.

Returns:

  • (::String)


527
528
529
# File 'sig/types.rbs', line 527

def new_image_description
  @new_image_description
end

#new_image_display_name::String

Returns the value of attribute new_image_display_name.

Returns:

  • (::String)


528
529
530
# File 'sig/types.rbs', line 528

def new_image_display_name
  @new_image_display_name
end

#new_image_name::String

Returns the value of attribute new_image_name.

Returns:

  • (::String)


526
527
528
# File 'sig/types.rbs', line 526

def new_image_name
  @new_image_name
end

#new_image_tags::Hash[::String, ::String]

Returns the value of attribute new_image_tags.

Returns:

  • (::Hash[::String, ::String])


529
530
531
# File 'sig/types.rbs', line 529

def new_image_tags
  @new_image_tags
end