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)


878
879
880
# File 'sig/types.rbs', line 878

def application_id
  @application_id
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


880
881
882
# File 'sig/types.rbs', line 880

def description
  @description
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


879
880
881
# File 'sig/types.rbs', line 879

def name
  @name
end