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.
2227 2228 2229 |
# File 'sig/types.rbs', line 2227 def created_at @created_at end |
#log_group_arn ⇒ ::String
Returns the value of attribute log_group_arn.
2224 2225 2226 |
# File 'sig/types.rbs', line 2224 def log_group_arn @log_group_arn end |
#source_type ⇒ "VPCE"
Returns the value of attribute source_type.
2225 2226 2227 |
# File 'sig/types.rbs', line 2225 def source_type @source_type end |
#vpc_endpoint_id ⇒ ::String
Returns the value of attribute vpc_endpoint_id.
2226 2227 2228 |
# File 'sig/types.rbs', line 2226 def vpc_endpoint_id @vpc_endpoint_id end |