Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

Class: Aws::CostExplorer::Types::GroupDefinition

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#keyString

The string that represents a key for a specified group.

Returns:

  • (String)

5545
5546
5547
5548
5549
5550
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 5545

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

#typeString

The string that represents the type of group.

Returns:

  • (String)

5545
5546
5547
5548
5549
5550
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 5545

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