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)


3075
3076
3077
# File 'sig/types.rbs', line 3075

def app_image_config_name
  @app_image_config_name
end

#image_name::String

Returns the value of attribute image_name.

Returns:

  • (::String)


3073
3074
3075
# File 'sig/types.rbs', line 3073

def image_name
  @image_name
end

#image_version_number::Integer

Returns the value of attribute image_version_number.

Returns:

  • (::Integer)


3074
3075
3076
# File 'sig/types.rbs', line 3074

def image_version_number
  @image_version_number
end