Class: Aws::Types::DeleteApplicationCloudWatchLoggingOptionRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteApplicationCloudWatchLoggingOptionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_name ⇒ ::String
Returns the value of attribute application_name.
-
#cloud_watch_logging_option_id ⇒ ::String
Returns the value of attribute cloud_watch_logging_option_id.
-
#conditional_token ⇒ ::String
Returns the value of attribute conditional_token.
-
#current_application_version_id ⇒ ::Integer
Returns the value of attribute current_application_version_id.
Instance Attribute Details
#application_name ⇒ ::String
Returns the value of attribute application_name.
435 436 437 |
# File 'sig/types.rbs', line 435 def application_name @application_name end |
#cloud_watch_logging_option_id ⇒ ::String
Returns the value of attribute cloud_watch_logging_option_id.
437 438 439 |
# File 'sig/types.rbs', line 437 def cloud_watch_logging_option_id @cloud_watch_logging_option_id end |
#conditional_token ⇒ ::String
Returns the value of attribute conditional_token.
438 439 440 |
# File 'sig/types.rbs', line 438 def conditional_token @conditional_token end |
#current_application_version_id ⇒ ::Integer
Returns the value of attribute current_application_version_id.
436 437 438 |
# File 'sig/types.rbs', line 436 def current_application_version_id @current_application_version_id end |