Class: Aws::Types::UpdateImageRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#delete_properties::Array[::String]

Returns the value of attribute delete_properties.

Returns:

  • (::Array[::String])


12238
12239
12240
# File 'sig/types.rbs', line 12238

def delete_properties
  @delete_properties
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


12239
12240
12241
# File 'sig/types.rbs', line 12239

def description
  @description
end

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


12240
12241
12242
# File 'sig/types.rbs', line 12240

def display_name
  @display_name
end

#image_name::String

Returns the value of attribute image_name.

Returns:

  • (::String)


12241
12242
12243
# File 'sig/types.rbs', line 12241

def image_name
  @image_name
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


12242
12243
12244
# File 'sig/types.rbs', line 12242

def role_arn
  @role_arn
end