Class: Aws::Types::CreateApplicationInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateApplicationInput
- 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.
-
#application_source_uri ⇒ ::String
Returns the value of attribute application_source_uri.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#executable_path ⇒ ::String
Returns the value of attribute executable_path.
-
#runtime_environment ⇒ Types::RuntimeEnvironment
Returns the value of attribute runtime_environment.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#application_log_output_uri ⇒ ::String
Returns the value of attribute application_log_output_uri.
62 63 64 |
# File 'sig/types.rbs', line 62 def application_log_output_uri @application_log_output_uri end |
#application_log_paths ⇒ ::Array[::String]
Returns the value of attribute application_log_paths.
61 62 63 |
# File 'sig/types.rbs', line 61 def application_log_paths @application_log_paths end |
#application_source_uri ⇒ ::String
Returns the value of attribute application_source_uri.
60 61 62 |
# File 'sig/types.rbs', line 60 def application_source_uri @application_source_uri end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
64 65 66 |
# File 'sig/types.rbs', line 64 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
57 58 59 |
# File 'sig/types.rbs', line 57 def description @description end |
#executable_path ⇒ ::String
Returns the value of attribute executable_path.
59 60 61 |
# File 'sig/types.rbs', line 59 def executable_path @executable_path end |
#runtime_environment ⇒ Types::RuntimeEnvironment
Returns the value of attribute runtime_environment.
58 59 60 |
# File 'sig/types.rbs', line 58 def runtime_environment @runtime_environment end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
63 64 65 |
# File 'sig/types.rbs', line 63 def @tags end |