Class: Aws::Types::CustomMetricDefinition

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:name])

Instance Attribute Summary collapse

Instance Attribute Details

#instructions::String

Returns the value of attribute instructions.

Returns:

  • (::String)


1210
1211
1212
# File 'sig/types.rbs', line 1210

def instructions
  @instructions
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1209
1210
1211
# File 'sig/types.rbs', line 1209

def name
  @name
end

#rating_scale::Array[Types::RatingScaleItem]

Returns the value of attribute rating_scale.

Returns:



1211
1212
1213
# File 'sig/types.rbs', line 1211

def rating_scale
  @rating_scale
end