Class: Aws::Types::PutRumMetricsDestinationRequest

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)


354
355
356
# File 'sig/types.rbs', line 354

def app_monitor_name
  @app_monitor_name
end

#destination"CloudWatch", "Evidently"

Returns the value of attribute destination.

Returns:

  • ("CloudWatch", "Evidently")


355
356
357
# File 'sig/types.rbs', line 355

def destination
  @destination
end

#destination_arn::String

Returns the value of attribute destination_arn.

Returns:

  • (::String)


356
357
358
# File 'sig/types.rbs', line 356

def destination_arn
  @destination_arn
end

#iam_role_arn::String

Returns the value of attribute iam_role_arn.

Returns:

  • (::String)


357
358
359
# File 'sig/types.rbs', line 357

def iam_role_arn
  @iam_role_arn
end