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 ⇒ ::String

Returns the value of attribute application.

Returns:

  • (::String)


423
424
425
# File 'sig/types.rbs', line 423

def application
  @application
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


425
426
427
# File 'sig/types.rbs', line 425

def description
  @description
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


424
425
426
# File 'sig/types.rbs', line 424

def name
  @name
end