Class: Aws::Types::ListMetricsInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dimensions::Array[Types::DimensionFilter]

Returns the value of attribute dimensions.

Returns:



661
662
663
# File 'sig/types.rbs', line 661

def dimensions
  @dimensions
end

#include_linked_accountsBoolean

Returns the value of attribute include_linked_accounts.

Returns:

  • (Boolean)


664
665
666
# File 'sig/types.rbs', line 664

def include_linked_accounts
  @include_linked_accounts
end

#metric_name::String

Returns the value of attribute metric_name.

Returns:

  • (::String)


660
661
662
# File 'sig/types.rbs', line 660

def metric_name
  @metric_name
end

#namespace::String

Returns the value of attribute namespace.

Returns:

  • (::String)


659
660
661
# File 'sig/types.rbs', line 659

def namespace
  @namespace
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


662
663
664
# File 'sig/types.rbs', line 662

def next_token
  @next_token
end

#owning_account::String

Returns the value of attribute owning_account.

Returns:

  • (::String)


665
666
667
# File 'sig/types.rbs', line 665

def 
  @owning_account
end

#recently_active"PT3H"

Returns the value of attribute recently_active.

Returns:

  • ("PT3H")


663
664
665
# File 'sig/types.rbs', line 663

def recently_active
  @recently_active
end