Class: Aws::Types::UpdateApplicationVersionMessage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#application_name::String

Returns the value of attribute application_name.

Returns:

  • (::String)


1032
1033
1034
# File 'sig/types.rbs', line 1032

def application_name
  @application_name
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1034
1035
1036
# File 'sig/types.rbs', line 1034

def description
  @description
end

#version_label::String

Returns the value of attribute version_label.

Returns:

  • (::String)


1033
1034
1035
# File 'sig/types.rbs', line 1033

def version_label
  @version_label
end