Class: Aws::Types::DisableAwsNetworkPerformanceMetricSubscriptionRequest

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)


8267
8268
8269
# File 'sig/types.rbs', line 8267

def destination
  @destination
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


8270
8271
8272
# File 'sig/types.rbs', line 8270

def dry_run
  @dry_run
end

#metric"aggregate-latency"

Returns the value of attribute metric.

Returns:

  • ("aggregate-latency")


8268
8269
8270
# File 'sig/types.rbs', line 8268

def metric
  @metric
end

#source::String

Returns the value of attribute source.

Returns:

  • (::String)


8266
8267
8268
# File 'sig/types.rbs', line 8266

def source
  @source
end

#statistic"p50"

Returns the value of attribute statistic.

Returns:

  • ("p50")


8269
8270
8271
# File 'sig/types.rbs', line 8269

def statistic
  @statistic
end