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])


12177
12178
12179
# File 'sig/types.rbs', line 12177

def delete_properties
  @delete_properties
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


12178
12179
12180
# File 'sig/types.rbs', line 12178

def description
  @description
end

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


12179
12180
12181
# File 'sig/types.rbs', line 12179

def display_name
  @display_name
end

#image_name::String

Returns the value of attribute image_name.

Returns:

  • (::String)


12180
12181
12182
# File 'sig/types.rbs', line 12180

def image_name
  @image_name
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


12181
12182
12183
# File 'sig/types.rbs', line 12181

def role_arn
  @role_arn
end