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.
19391 19392 19393 |
# File 'sig/types.rbs', line 19391 def delivery_status @delivery_status end |
#enabled ⇒ Boolean
Returns the value of attribute enabled.
19390 19391 19392 |
# File 'sig/types.rbs', line 19390 def enabled @enabled end |
#log_group ⇒ ::String
Returns the value of attribute log_group.
19392 19393 19394 |
# File 'sig/types.rbs', line 19392 def log_group @log_group end |