Class: Aws::Types::BatchGetRumMetricDefinitionsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#app_monitor_name::String

Returns the value of attribute app_monitor_name.

Returns:

  • (::String)


106
107
108
# File 'sig/types.rbs', line 106

def app_monitor_name
  @app_monitor_name
end

#destination"CloudWatch", "Evidently"

Returns the value of attribute destination.

Returns:

  • ("CloudWatch", "Evidently")


107
108
109
# File 'sig/types.rbs', line 107

def destination
  @destination
end

#destination_arn::String

Returns the value of attribute destination_arn.

Returns:

  • (::String)


108
109
110
# File 'sig/types.rbs', line 108

def destination_arn
  @destination_arn
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


109
110
111
# File 'sig/types.rbs', line 109

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


110
111
112
# File 'sig/types.rbs', line 110

def next_token
  @next_token
end