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)


8071
8072
8073
# File 'sig/types.rbs', line 8071

def destination
  @destination
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


8074
8075
8076
# File 'sig/types.rbs', line 8074

def dry_run
  @dry_run
end

#metric"aggregate-latency"

Returns the value of attribute metric.

Returns:

  • ("aggregate-latency")


8072
8073
8074
# File 'sig/types.rbs', line 8072

def metric
  @metric
end

#source::String

Returns the value of attribute source.

Returns:

  • (::String)


8070
8071
8072
# File 'sig/types.rbs', line 8070

def source
  @source
end

#statistic"p50"

Returns the value of attribute statistic.

Returns:

  • ("p50")


8073
8074
8075
# File 'sig/types.rbs', line 8073

def statistic
  @statistic
end