Class: Aws::BCMDashboards::Types::GroupDefinition

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bcmdashboards/lib/aws-sdk-bcmdashboards/types.rb

Overview

Specifies how to group cost and usage data.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#keyString

The key to use for grouping cost and usage data.

Returns:

  • (String)


461
462
463
464
465
466
# File 'gems/aws-sdk-bcmdashboards/lib/aws-sdk-bcmdashboards/types.rb', line 461

class GroupDefinition < Struct.new(
  :key,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of grouping to apply.

Returns:

  • (String)


461
462
463
464
465
466
# File 'gems/aws-sdk-bcmdashboards/lib/aws-sdk-bcmdashboards/types.rb', line 461

class GroupDefinition < Struct.new(
  :key,
  :type)
  SENSITIVE = []
  include Aws::Structure
end