Class: Aws::Types::GetResourcesStatisticsV2Request

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#group_by_rules::Array[Types::ResourceGroupByRule]

Returns the value of attribute group_by_rules.

Returns:



6134
6135
6136
# File 'sig/types.rbs', line 6134

def group_by_rules
  @group_by_rules
end

#max_statistic_results::Integer

Returns the value of attribute max_statistic_results.

Returns:

  • (::Integer)


6137
6138
6139
# File 'sig/types.rbs', line 6137

def max_statistic_results
  @max_statistic_results
end

#scopesTypes::ResourceScopes

Returns the value of attribute scopes.



6135
6136
6137
# File 'sig/types.rbs', line 6135

def scopes
  @scopes
end

#sort_order"asc", "desc"

Returns the value of attribute sort_order.

Returns:

  • ("asc", "desc")


6136
6137
6138
# File 'sig/types.rbs', line 6136

def sort_order
  @sort_order
end