Class: Aws::Types::DeleteApplicationCloudWatchLoggingOptionResponse
- Inherits:
-
Object
- Object
- Aws::Types::DeleteApplicationCloudWatchLoggingOptionResponse
- 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.
443 444 445 |
# File 'sig/types.rbs', line 443 def application_arn @application_arn end |
#application_version_id ⇒ ::Integer
Returns the value of attribute application_version_id.
444 445 446 |
# File 'sig/types.rbs', line 444 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.
445 446 447 |
# File 'sig/types.rbs', line 445 def cloud_watch_logging_option_descriptions @cloud_watch_logging_option_descriptions end |
#operation_id ⇒ ::String
Returns the value of attribute operation_id.
446 447 448 |
# File 'sig/types.rbs', line 446 def operation_id @operation_id end |