Class: Aws::Types::CreateApplicationRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateApplicationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_configuration ⇒ Types::ApplicationConfiguration
Returns the value of attribute application_configuration.
-
#application_description ⇒ ::String
Returns the value of attribute application_description.
-
#application_mode ⇒ "STREAMING", "INTERACTIVE"
Returns the value of attribute application_mode.
-
#application_name ⇒ ::String
Returns the value of attribute application_name.
-
#cloud_watch_logging_options ⇒ ::Array[Types::CloudWatchLoggingOption]
Returns the value of attribute cloud_watch_logging_options.
-
#runtime_environment ⇒ "SQL-1_0", ...
Returns the value of attribute runtime_environment.
-
#service_execution_role ⇒ ::String
Returns the value of attribute service_execution_role.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#application_configuration ⇒ Types::ApplicationConfiguration
Returns the value of attribute application_configuration.
399 400 401 |
# File 'sig/types.rbs', line 399 def application_configuration @application_configuration end |
#application_description ⇒ ::String
Returns the value of attribute application_description.
396 397 398 |
# File 'sig/types.rbs', line 396 def application_description @application_description end |
#application_mode ⇒ "STREAMING", "INTERACTIVE"
Returns the value of attribute application_mode.
402 403 404 |
# File 'sig/types.rbs', line 402 def application_mode @application_mode end |
#application_name ⇒ ::String
Returns the value of attribute application_name.
395 396 397 |
# File 'sig/types.rbs', line 395 def application_name @application_name end |
#cloud_watch_logging_options ⇒ ::Array[Types::CloudWatchLoggingOption]
Returns the value of attribute cloud_watch_logging_options.
400 401 402 |
# File 'sig/types.rbs', line 400 def @cloud_watch_logging_options end |
#runtime_environment ⇒ "SQL-1_0", ...
Returns the value of attribute runtime_environment.
397 398 399 |
# File 'sig/types.rbs', line 397 def runtime_environment @runtime_environment end |
#service_execution_role ⇒ ::String
Returns the value of attribute service_execution_role.
398 399 400 |
# File 'sig/types.rbs', line 398 def service_execution_role @service_execution_role end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
401 402 403 |
# File 'sig/types.rbs', line 401 def @tags end |