Class: Aws::Types::CreateRealtimeLogConfigRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#end_points::Array[Types::EndPoint]

Returns the value of attribute end_points.

Returns:



743
744
745
# File 'sig/types.rbs', line 743

def end_points
  @end_points
end

#fields::Array[::String]

Returns the value of attribute fields.

Returns:

  • (::Array[::String])


744
745
746
# File 'sig/types.rbs', line 744

def fields
  @fields
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


745
746
747
# File 'sig/types.rbs', line 745

def name
  @name
end

#sampling_rate::Integer

Returns the value of attribute sampling_rate.

Returns:

  • (::Integer)


746
747
748
# File 'sig/types.rbs', line 746

def sampling_rate
  @sampling_rate
end