Class: Aws::Types::ListInsightsMetricDataResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#error_code::String

Returns the value of attribute error_code.

Returns:

  • (::String)


867
868
869
# File 'sig/types.rbs', line 867

def error_code
  @error_code
end

#event_name::String

Returns the value of attribute event_name.

Returns:

  • (::String)


865
866
867
# File 'sig/types.rbs', line 865

def event_name
  @event_name
end

#event_source::String

Returns the value of attribute event_source.

Returns:

  • (::String)


864
865
866
# File 'sig/types.rbs', line 864

def event_source
  @event_source
end

#insight_type"ApiCallRateInsight", "ApiErrorRateInsight"

Returns the value of attribute insight_type.

Returns:

  • ("ApiCallRateInsight", "ApiErrorRateInsight")


866
867
868
# File 'sig/types.rbs', line 866

def insight_type
  @insight_type
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


870
871
872
# File 'sig/types.rbs', line 870

def next_token
  @next_token
end

#timestamps::Array[::Time]

Returns the value of attribute timestamps.

Returns:

  • (::Array[::Time])


868
869
870
# File 'sig/types.rbs', line 868

def timestamps
  @timestamps
end

#trail_arn::String

Returns the value of attribute trail_arn.

Returns:

  • (::String)


863
864
865
# File 'sig/types.rbs', line 863

def trail_arn
  @trail_arn
end

#values::Array[::Float]

Returns the value of attribute values.

Returns:

  • (::Array[::Float])


869
870
871
# File 'sig/types.rbs', line 869

def values
  @values
end