Class: Aws::Types::ApplicationVersionChangeDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#application_version_updated_from::Integer

Returns the value of attribute application_version_updated_from.

Returns:

  • (::Integer)


276
277
278
# File 'sig/types.rbs', line 276

def application_version_updated_from
  @application_version_updated_from
end

#application_version_updated_to::Integer

Returns the value of attribute application_version_updated_to.

Returns:

  • (::Integer)


277
278
279
# File 'sig/types.rbs', line 277

def application_version_updated_to
  @application_version_updated_to
end