Class: Aws::Types::CreateApplicationRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateApplicationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_code ⇒ ::String
Returns the value of attribute application_code.
-
#application_description ⇒ ::String
Returns the value of attribute application_description.
-
#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.
-
#inputs ⇒ ::Array[Types::Input]
Returns the value of attribute inputs.
-
#outputs ⇒ ::Array[Types::Output]
Returns the value of attribute outputs.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#application_code ⇒ ::String
Returns the value of attribute application_code.
136 137 138 |
# File 'sig/types.rbs', line 136 def application_code @application_code end |
#application_description ⇒ ::String
Returns the value of attribute application_description.
132 133 134 |
# File 'sig/types.rbs', line 132 def application_description @application_description end |
#application_name ⇒ ::String
Returns the value of attribute application_name.
131 132 133 |
# File 'sig/types.rbs', line 131 def application_name @application_name end |
#cloud_watch_logging_options ⇒ ::Array[Types::CloudWatchLoggingOption]
Returns the value of attribute cloud_watch_logging_options.
135 136 137 |
# File 'sig/types.rbs', line 135 def @cloud_watch_logging_options end |
#inputs ⇒ ::Array[Types::Input]
Returns the value of attribute inputs.
133 134 135 |
# File 'sig/types.rbs', line 133 def inputs @inputs end |
#outputs ⇒ ::Array[Types::Output]
Returns the value of attribute outputs.
134 135 136 |
# File 'sig/types.rbs', line 134 def outputs @outputs end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
137 138 139 |
# File 'sig/types.rbs', line 137 def @tags end |