Class: Aws::Types::ListMetricsOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#metrics::Array[Types::Metric]

Returns the value of attribute metrics.

Returns:



670
671
672
# File 'sig/types.rbs', line 670

def metrics
  @metrics
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


671
672
673
# File 'sig/types.rbs', line 671

def next_token
  @next_token
end

#owning_accounts::Array[::String]

Returns the value of attribute owning_accounts.

Returns:

  • (::Array[::String])


672
673
674
# File 'sig/types.rbs', line 672

def owning_accounts
  @owning_accounts
end