Class: Aws::CostExplorer::Types::GroupDefinition
- Inherits:
-
Struct
- Object
- Struct
- Aws::CostExplorer::Types::GroupDefinition
- Defined in:
- gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb
Overview
Represents a group when you specify a group by criteria or in the response to a query with a specific grouping.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#key ⇒ String
The string that represents a key for a specified group.
-
#type ⇒ String
The string that represents the type of group.
Instance Attribute Details
#key ⇒ String
The string that represents a key for a specified group.
4916 4917 4918 4919 4920 4921 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 4916 class GroupDefinition < Struct.new( :type, :key) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The string that represents the type of group.
4916 4917 4918 4919 4920 4921 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 4916 class GroupDefinition < Struct.new( :type, :key) SENSITIVE = [] include Aws::Structure end |