Class: Aws::Types::CustomImage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#app_image_config_name::String

Returns the value of attribute app_image_config_name.

Returns:

  • (::String)


3060
3061
3062
# File 'sig/types.rbs', line 3060

def app_image_config_name
  @app_image_config_name
end

#image_name::String

Returns the value of attribute image_name.

Returns:

  • (::String)


3058
3059
3060
# File 'sig/types.rbs', line 3058

def image_name
  @image_name
end

#image_version_number::Integer

Returns the value of attribute image_version_number.

Returns:

  • (::Integer)


3059
3060
3061
# File 'sig/types.rbs', line 3059

def image_version_number
  @image_version_number
end