Class: Aws::Types::SyslogConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::SyslogConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Integer
Returns the value of attribute created_at.
-
#log_group_arn ⇒ ::String
Returns the value of attribute log_group_arn.
-
#source_type ⇒ "VPCE"
Returns the value of attribute source_type.
-
#vpc_endpoint_id ⇒ ::String
Returns the value of attribute vpc_endpoint_id.
Instance Attribute Details
#created_at ⇒ ::Integer
Returns the value of attribute created_at.
2229 2230 2231 |
# File 'sig/types.rbs', line 2229 def created_at @created_at end |
#log_group_arn ⇒ ::String
Returns the value of attribute log_group_arn.
2226 2227 2228 |
# File 'sig/types.rbs', line 2226 def log_group_arn @log_group_arn end |
#source_type ⇒ "VPCE"
Returns the value of attribute source_type.
2227 2228 2229 |
# File 'sig/types.rbs', line 2227 def source_type @source_type end |
#vpc_endpoint_id ⇒ ::String
Returns the value of attribute vpc_endpoint_id.
2228 2229 2230 |
# File 'sig/types.rbs', line 2228 def vpc_endpoint_id @vpc_endpoint_id end |