Class: Aws::Types::EnableAwsNetworkPerformanceMetricSubscriptionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#destination::String

Returns the value of attribute destination.

Returns:

  • (::String)


9040
9041
9042
# File 'sig/types.rbs', line 9040

def destination
  @destination
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


9043
9044
9045
# File 'sig/types.rbs', line 9043

def dry_run
  @dry_run
end

#metric"aggregate-latency"

Returns the value of attribute metric.

Returns:

  • ("aggregate-latency")


9041
9042
9043
# File 'sig/types.rbs', line 9041

def metric
  @metric
end

#source::String

Returns the value of attribute source.

Returns:

  • (::String)


9039
9040
9041
# File 'sig/types.rbs', line 9039

def source
  @source
end

#statistic"p50"

Returns the value of attribute statistic.

Returns:

  • ("p50")


9042
9043
9044
# File 'sig/types.rbs', line 9042

def statistic
  @statistic
end