Class: Aws::Types::UpdateRealtimeLogConfigRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateRealtimeLogConfigRequest
- 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.
4127 4128 4129 |
# File 'sig/types.rbs', line 4127 def arn @arn end |
#end_points ⇒ ::Array[Types::EndPoint]
Returns the value of attribute end_points.
4124 4125 4126 |
# File 'sig/types.rbs', line 4124 def end_points @end_points end |
#fields ⇒ ::Array[::String]
Returns the value of attribute fields.
4125 4126 4127 |
# File 'sig/types.rbs', line 4125 def fields @fields end |
#name ⇒ ::String
Returns the value of attribute name.
4126 4127 4128 |
# File 'sig/types.rbs', line 4126 def name @name end |
#sampling_rate ⇒ ::Integer
Returns the value of attribute sampling_rate.
4128 4129 4130 |
# File 'sig/types.rbs', line 4128 def sampling_rate @sampling_rate end |