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

#account_id ⇒ ::String

Returns the value of attribute account_id.

Returns:

  • (::String)


2027
2028
2029
# File 'sig/types.rbs', line 2027

def 
  @account_id
end

#application_id ⇒ ::String

Returns the value of attribute application_id.

Returns:

  • (::String)


2024
2025
2026
# File 'sig/types.rbs', line 2024

def application_id
  @application_id
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


2026
2027
2028
# File 'sig/types.rbs', line 2026

def description
  @description
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


2025
2026
2027
# File 'sig/types.rbs', line 2025

def name
  @name
end