Class: Aws::Types::VerifiedAccessLogCloudWatchLogsDestination
- Inherits:
-
Object
- Object
- Aws::Types::VerifiedAccessLogCloudWatchLogsDestination
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#delivery_status ⇒ Types::VerifiedAccessLogDeliveryStatus
Returns the value of attribute delivery_status.
-
#enabled ⇒ Boolean
Returns the value of attribute enabled.
-
#log_group ⇒ ::String
Returns the value of attribute log_group.
Instance Attribute Details
#delivery_status ⇒ Types::VerifiedAccessLogDeliveryStatus
Returns the value of attribute delivery_status.
18704 18705 18706 |
# File 'sig/types.rbs', line 18704 def delivery_status @delivery_status end |
#enabled ⇒ Boolean
Returns the value of attribute enabled.
18703 18704 18705 |
# File 'sig/types.rbs', line 18703 def enabled @enabled end |
#log_group ⇒ ::String
Returns the value of attribute log_group.
18705 18706 18707 |
# File 'sig/types.rbs', line 18705 def log_group @log_group end |