Class: Aws::Types::FleetMetricNameAndArn

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#metric_arn::String

Returns the value of attribute metric_arn.

Returns:

  • (::String)


2279
2280
2281
# File 'sig/types.rbs', line 2279

def metric_arn
  @metric_arn
end

#metric_name::String

Returns the value of attribute metric_name.

Returns:

  • (::String)


2278
2279
2280
# File 'sig/types.rbs', line 2278

def metric_name
  @metric_name
end