Class: Aws::Types::RealtimeLogConfig
- Inherits:
-
Object
- Object
- Aws::Types::RealtimeLogConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#end_points ⇒ ::Array[Types::EndPoint]
Returns the value of attribute end_points.
-
#fields ⇒ ::Array[::String]
Returns the value of attribute fields.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#sampling_rate ⇒ ::Integer
Returns the value of attribute sampling_rate.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
3150 3151 3152 |
# File 'sig/types.rbs', line 3150 def arn @arn end |
#end_points ⇒ ::Array[Types::EndPoint]
Returns the value of attribute end_points.
3153 3154 3155 |
# File 'sig/types.rbs', line 3153 def end_points @end_points end |
#fields ⇒ ::Array[::String]
Returns the value of attribute fields.
3154 3155 3156 |
# File 'sig/types.rbs', line 3154 def fields @fields end |
#name ⇒ ::String
Returns the value of attribute name.
3151 3152 3153 |
# File 'sig/types.rbs', line 3151 def name @name end |
#sampling_rate ⇒ ::Integer
Returns the value of attribute sampling_rate.
3152 3153 3154 |
# File 'sig/types.rbs', line 3152 def sampling_rate @sampling_rate end |