Class: Aws::Types::VerifiedAccessLogCloudWatchLogsDestinationOptions
- Inherits:
-
Object
- Object
- Aws::Types::VerifiedAccessLogCloudWatchLogsDestinationOptions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#enabled ⇒ Boolean
Returns the value of attribute enabled.
-
#log_group ⇒ ::String
Returns the value of attribute log_group.
Instance Attribute Details
#enabled ⇒ Boolean
Returns the value of attribute enabled.
19037 19038 19039 |
# File 'sig/types.rbs', line 19037 def enabled @enabled end |
#log_group ⇒ ::String
Returns the value of attribute log_group.
19038 19039 19040 |
# File 'sig/types.rbs', line 19038 def log_group @log_group end |