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


12162
12163
12164
# File 'sig/types.rbs', line 12162

def delete_properties
  @delete_properties
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


12163
12164
12165
# File 'sig/types.rbs', line 12163

def description
  @description
end

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


12164
12165
12166
# File 'sig/types.rbs', line 12164

def display_name
  @display_name
end

#image_name::String

Returns the value of attribute image_name.

Returns:

  • (::String)


12165
12166
12167
# File 'sig/types.rbs', line 12165

def image_name
  @image_name
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


12166
12167
12168
# File 'sig/types.rbs', line 12166

def role_arn
  @role_arn
end