Class: Aws::BCMDashboards::Types::GroupDefinition
- Inherits:
-
Struct
- Object
- Struct
- Aws::BCMDashboards::Types::GroupDefinition
- 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
-
#key ⇒ String
The key to use for grouping cost and usage data.
-
#type ⇒ String
The type of grouping to apply.
Instance Attribute Details
#key ⇒ String
The key to use for grouping cost and usage data.
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 |
#type ⇒ String
The type of grouping to apply.
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 |