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)


8916
8917
8918
# File 'sig/types.rbs', line 8916

def description
  @description
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


8913
8914
8915
# File 'sig/types.rbs', line 8913

def instance_id
  @instance_id
end

#metric_id::String

Returns the value of attribute metric_id.

Returns:

  • (::String)


8914
8915
8916
# File 'sig/types.rbs', line 8914

def metric_id
  @metric_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


8915
8916
8917
# File 'sig/types.rbs', line 8915

def name
  @name
end