Class: Aws::Types::CreateLogSubscriptionRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateLogSubscriptionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#directory_id ⇒ ::String
Returns the value of attribute directory_id.
-
#log_group_name ⇒ ::String
Returns the value of attribute log_group_name.
Instance Attribute Details
#directory_id ⇒ ::String
Returns the value of attribute directory_id.
302 303 304 |
# File 'sig/types.rbs', line 302 def directory_id @directory_id end |
#log_group_name ⇒ ::String
Returns the value of attribute log_group_name.
303 304 305 |
# File 'sig/types.rbs', line 303 def log_group_name @log_group_name end |