Class: Aws::Types::GetUsageStatisticsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#detector_id::String

Returns the value of attribute detector_id.

Returns:

  • (::String)


1539
1540
1541
# File 'sig/types.rbs', line 1539

def detector_id
  @detector_id
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


1543
1544
1545
# File 'sig/types.rbs', line 1543

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1544
1545
1546
# File 'sig/types.rbs', line 1544

def next_token
  @next_token
end

#unit::String

Returns the value of attribute unit.

Returns:

  • (::String)


1542
1543
1544
# File 'sig/types.rbs', line 1542

def unit
  @unit
end

#usage_criteriaTypes::UsageCriteria

Returns the value of attribute usage_criteria.



1541
1542
1543
# File 'sig/types.rbs', line 1541

def usage_criteria
  @usage_criteria
end

#usage_statistic_type"SUM_BY_ACCOUNT", ...

Returns the value of attribute usage_statistic_type.

Returns:

  • ("SUM_BY_ACCOUNT", "SUM_BY_DATA_SOURCE", "SUM_BY_RESOURCE", "TOP_RESOURCES", "SUM_BY_FEATURES", "TOP_ACCOUNTS_BY_FEATURE")


1540
1541
1542
# File 'sig/types.rbs', line 1540

def usage_statistic_type
  @usage_statistic_type
end