Class: Aws::Types::CreateApplicationMessage
- Inherits:
-
Object
- Object
- Aws::Types::CreateApplicationMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_name ⇒ ::String
Returns the value of attribute application_name.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#resource_lifecycle_config ⇒ Types::ApplicationResourceLifecycleConfig
Returns the value of attribute resource_lifecycle_config.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#application_name ⇒ ::String
Returns the value of attribute application_name.
226 227 228 |
# File 'sig/types.rbs', line 226 def application_name @application_name end |
#description ⇒ ::String
Returns the value of attribute description.
227 228 229 |
# File 'sig/types.rbs', line 227 def description @description end |
#resource_lifecycle_config ⇒ Types::ApplicationResourceLifecycleConfig
Returns the value of attribute resource_lifecycle_config.
228 229 230 |
# File 'sig/types.rbs', line 228 def resource_lifecycle_config @resource_lifecycle_config end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
229 230 231 |
# File 'sig/types.rbs', line 229 def @tags end |