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


12154
12155
12156
# File 'sig/types.rbs', line 12154

def delete_properties
  @delete_properties
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


12155
12156
12157
# File 'sig/types.rbs', line 12155

def description
  @description
end

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


12156
12157
12158
# File 'sig/types.rbs', line 12156

def display_name
  @display_name
end

#image_name::String

Returns the value of attribute image_name.

Returns:

  • (::String)


12157
12158
12159
# File 'sig/types.rbs', line 12157

def image_name
  @image_name
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


12158
12159
12160
# File 'sig/types.rbs', line 12158

def role_arn
  @role_arn
end