Class: Aws::Types::AddApplicationCloudWatchLoggingOptionRequest
- Inherits:
-
Object
- Object
- Aws::Types::AddApplicationCloudWatchLoggingOptionRequest
- 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 ⇒ Types::CloudWatchLoggingOption
Returns the value of attribute cloud_watch_logging_option.
-
#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.
12 13 14 |
# File 'sig/types.rbs', line 12 def application_name @application_name end |
#cloud_watch_logging_option ⇒ Types::CloudWatchLoggingOption
Returns the value of attribute cloud_watch_logging_option.
14 15 16 |
# File 'sig/types.rbs', line 14 def cloud_watch_logging_option @cloud_watch_logging_option end |
#conditional_token ⇒ ::String
Returns the value of attribute conditional_token.
15 16 17 |
# File 'sig/types.rbs', line 15 def conditional_token @conditional_token end |
#current_application_version_id ⇒ ::Integer
Returns the value of attribute current_application_version_id.
13 14 15 |
# File 'sig/types.rbs', line 13 def current_application_version_id @current_application_version_id end |