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)


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

def app_image_config_name
  @app_image_config_name
end

#image_name::String

Returns the value of attribute image_name.

Returns:

  • (::String)


3056
3057
3058
# File 'sig/types.rbs', line 3056

def image_name
  @image_name
end

#image_version_number::Integer

Returns the value of attribute image_version_number.

Returns:

  • (::Integer)


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

def image_version_number
  @image_version_number
end