Class: Aws::Types::RealtimeLogConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


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.

Returns:



3153
3154
3155
# File 'sig/types.rbs', line 3153

def end_points
  @end_points
end

#fields::Array[::String]

Returns the value of attribute fields.

Returns:

  • (::Array[::String])


3154
3155
3156
# File 'sig/types.rbs', line 3154

def fields
  @fields
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


3151
3152
3153
# File 'sig/types.rbs', line 3151

def name
  @name
end

#sampling_rate::Integer

Returns the value of attribute sampling_rate.

Returns:

  • (::Integer)


3152
3153
3154
# File 'sig/types.rbs', line 3152

def sampling_rate
  @sampling_rate
end