Class: Aws::Types::UpdateApplicationInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateApplicationInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_log_output_uri ⇒ ::String
Returns the value of attribute application_log_output_uri.
-
#application_log_paths ⇒ ::Array[::String]
Returns the value of attribute application_log_paths.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#identifier ⇒ ::String
Returns the value of attribute identifier.
Instance Attribute Details
#application_log_output_uri ⇒ ::String
Returns the value of attribute application_log_output_uri.
637 638 639 |
# File 'sig/types.rbs', line 637 def application_log_output_uri @application_log_output_uri end |
#application_log_paths ⇒ ::Array[::String]
Returns the value of attribute application_log_paths.
636 637 638 |
# File 'sig/types.rbs', line 636 def application_log_paths @application_log_paths end |
#description ⇒ ::String
Returns the value of attribute description.
635 636 637 |
# File 'sig/types.rbs', line 635 def description @description end |
#identifier ⇒ ::String
Returns the value of attribute identifier.
634 635 636 |
# File 'sig/types.rbs', line 634 def identifier @identifier end |