Class: Aws::Types::UpdateMetricMetadataRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


8785
8786
8787
# File 'sig/types.rbs', line 8785

def description
  @description
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


8782
8783
8784
# File 'sig/types.rbs', line 8782

def instance_id
  @instance_id
end

#metric_id::String

Returns the value of attribute metric_id.

Returns:

  • (::String)


8783
8784
8785
# File 'sig/types.rbs', line 8783

def metric_id
  @metric_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


8784
8785
8786
# File 'sig/types.rbs', line 8784

def name
  @name
end