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)


8815
8816
8817
# File 'sig/types.rbs', line 8815

def destination
  @destination
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


8818
8819
8820
# File 'sig/types.rbs', line 8818

def dry_run
  @dry_run
end

#metric"aggregate-latency"

Returns the value of attribute metric.

Returns:

  • ("aggregate-latency")


8816
8817
8818
# File 'sig/types.rbs', line 8816

def metric
  @metric
end

#source::String

Returns the value of attribute source.

Returns:

  • (::String)


8814
8815
8816
# File 'sig/types.rbs', line 8814

def source
  @source
end

#statistic"p50"

Returns the value of attribute statistic.

Returns:

  • ("p50")


8817
8818
8819
# File 'sig/types.rbs', line 8817

def statistic
  @statistic
end