Class: Aws::Types::UpdateApplicationRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#application_id::String

Returns the value of attribute application_id.

Returns:

  • (::String)


1007
1008
1009
# File 'sig/types.rbs', line 1007

def application_id
  @application_id
end

#current_application_version::Integer

Returns the value of attribute current_application_version.

Returns:

  • (::Integer)


1008
1009
1010
# File 'sig/types.rbs', line 1008

def current_application_version
  @current_application_version
end

#definitionTypes::Definition

Returns the value of attribute definition.

Returns:



1009
1010
1011
# File 'sig/types.rbs', line 1009

def definition
  @definition
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1010
1011
1012
# File 'sig/types.rbs', line 1010

def description
  @description
end