Class: Aws::Types::DeleteSyslogConfigurationRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteSyslogConfigurationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#log_group_identifier ⇒ ::String
Returns the value of attribute log_group_identifier.
-
#vpc_endpoint_id ⇒ ::String
Returns the value of attribute vpc_endpoint_id.
Instance Attribute Details
#log_group_identifier ⇒ ::String
Returns the value of attribute log_group_identifier.
431 432 433 |
# File 'sig/types.rbs', line 431 def log_group_identifier @log_group_identifier end |
#vpc_endpoint_id ⇒ ::String
Returns the value of attribute vpc_endpoint_id.
432 433 434 |
# File 'sig/types.rbs', line 432 def vpc_endpoint_id @vpc_endpoint_id end |