Class: Aws::Types::UpdateRealtimeLogConfigRequest

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)


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.

Returns:



4124
4125
4126
# File 'sig/types.rbs', line 4124

def end_points
  @end_points
end

#fields::Array[::String]

Returns the value of attribute fields.

Returns:

  • (::Array[::String])


4125
4126
4127
# File 'sig/types.rbs', line 4125

def fields
  @fields
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


4126
4127
4128
# File 'sig/types.rbs', line 4126

def name
  @name
end

#sampling_rate::Integer

Returns the value of attribute sampling_rate.

Returns:

  • (::Integer)


4128
4129
4130
# File 'sig/types.rbs', line 4128

def sampling_rate
  @sampling_rate
end