Class: Aws::Types::AddApplicationCloudWatchLoggingOptionResponse
- Inherits:
-
Object
- Object
- Aws::Types::AddApplicationCloudWatchLoggingOptionResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_arn ⇒ ::String
Returns the value of attribute application_arn.
-
#application_version_id ⇒ ::Integer
Returns the value of attribute application_version_id.
-
#cloud_watch_logging_option_descriptions ⇒ ::Array[Types::CloudWatchLoggingOptionDescription]
Returns the value of attribute cloud_watch_logging_option_descriptions.
-
#operation_id ⇒ ::String
Returns the value of attribute operation_id.
Instance Attribute Details
#application_arn ⇒ ::String
Returns the value of attribute application_arn.
20 21 22 |
# File 'sig/types.rbs', line 20 def application_arn @application_arn end |
#application_version_id ⇒ ::Integer
Returns the value of attribute application_version_id.
21 22 23 |
# File 'sig/types.rbs', line 21 def application_version_id @application_version_id end |
#cloud_watch_logging_option_descriptions ⇒ ::Array[Types::CloudWatchLoggingOptionDescription]
Returns the value of attribute cloud_watch_logging_option_descriptions.
22 23 24 |
# File 'sig/types.rbs', line 22 def cloud_watch_logging_option_descriptions @cloud_watch_logging_option_descriptions end |
#operation_id ⇒ ::String
Returns the value of attribute operation_id.
23 24 25 |
# File 'sig/types.rbs', line 23 def operation_id @operation_id end |