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.
19370 19371 19372 |
# File 'sig/types.rbs', line 19370 def delivery_status @delivery_status end |
#enabled ⇒ Boolean
Returns the value of attribute enabled.
19369 19370 19371 |
# File 'sig/types.rbs', line 19369 def enabled @enabled end |
#log_group ⇒ ::String
Returns the value of attribute log_group.
19371 19372 19373 |
# File 'sig/types.rbs', line 19371 def log_group @log_group end |