Class: Aws::Types::ListInsightsMetricDataRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#data_type"FillWithZeros", "NonZeroData"

Returns the value of attribute data_type.

Returns:



856
857
858
# File 'sig/types.rbs', line 856

def data_type
  @data_type
end

#end_time::Time

Returns the value of attribute end_time.

Returns:



854
855
856
# File 'sig/types.rbs', line 854

def end_time
  @end_time
end

#error_code::String

Returns the value of attribute error_code.

Returns:



852
853
854
# File 'sig/types.rbs', line 852

def error_code
  @error_code
end

#event_name::String

Returns the value of attribute event_name.

Returns:



850
851
852
# File 'sig/types.rbs', line 850

def event_name
  @event_name
end

#event_source::String

Returns the value of attribute event_source.

Returns:



849
850
851
# File 'sig/types.rbs', line 849

def event_source
  @event_source
end

#insight_type"ApiCallRateInsight", "ApiErrorRateInsight"

Returns the value of attribute insight_type.

Returns:



851
852
853
# File 'sig/types.rbs', line 851

def insight_type
  @insight_type
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:



857
858
859
# File 'sig/types.rbs', line 857

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:



858
859
860
# File 'sig/types.rbs', line 858

def next_token
  @next_token
end

#period::Integer

Returns the value of attribute period.

Returns:



855
856
857
# File 'sig/types.rbs', line 855

def period
  @period
end

#start_time::Time

Returns the value of attribute start_time.

Returns:



853
854
855
# File 'sig/types.rbs', line 853

def start_time
  @start_time
end

#trail_name::String

Returns the value of attribute trail_name.

Returns:



848
849
850
# File 'sig/types.rbs', line 848

def trail_name
  @trail_name
end