Class: Aws::Types::UpdateApplicationRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateApplicationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#configuration_id ⇒ ::String
Returns the value of attribute configuration_id.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#wave ⇒ ::String
Returns the value of attribute wave.
Instance Attribute Details
#configuration_id ⇒ ::String
Returns the value of attribute configuration_id.
615 616 617 |
# File 'sig/types.rbs', line 615 def configuration_id @configuration_id end |
#description ⇒ ::String
Returns the value of attribute description.
617 618 619 |
# File 'sig/types.rbs', line 617 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
616 617 618 |
# File 'sig/types.rbs', line 616 def name @name end |
#wave ⇒ ::String
Returns the value of attribute wave.
618 619 620 |
# File 'sig/types.rbs', line 618 def wave @wave end |