Class: Aws::Types::CreateRealtimeLogConfigRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateRealtimeLogConfigRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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
#end_points ⇒ ::Array[Types::EndPoint]
Returns the value of attribute end_points.
743 744 745 |
# File 'sig/types.rbs', line 743 def end_points @end_points end |
#fields ⇒ ::Array[::String]
Returns the value of attribute fields.
744 745 746 |
# File 'sig/types.rbs', line 744 def fields @fields end |
#name ⇒ ::String
Returns the value of attribute name.
745 746 747 |
# File 'sig/types.rbs', line 745 def name @name end |
#sampling_rate ⇒ ::Integer
Returns the value of attribute sampling_rate.
746 747 748 |
# File 'sig/types.rbs', line 746 def sampling_rate @sampling_rate end |