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

#configuration_id::String

Returns the value of attribute configuration_id.

Returns:

  • (::String)


615
616
617
# File 'sig/types.rbs', line 615

def configuration_id
  @configuration_id
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


617
618
619
# File 'sig/types.rbs', line 617

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


616
617
618
# File 'sig/types.rbs', line 616

def name
  @name
end

#wave::String

Returns the value of attribute wave.

Returns:

  • (::String)


618
619
620
# File 'sig/types.rbs', line 618

def wave
  @wave
end