Class: Aws::ApplicationSignals::Types::ListGroupingAttributeDefinitionsOutput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-applicationsignals/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#grouping_attribute_definitionsArray<Types::GroupingAttributeDefinition>

An array of structures, where each structure contains information about one grouping attribute definition, including the grouping name, source keys, and default values.



1283
1284
1285
1286
1287
1288
1289
# File 'lib/aws-sdk-applicationsignals/types.rb', line 1283

class ListGroupingAttributeDefinitionsOutput < Struct.new(
  :grouping_attribute_definitions,
  :updated_at,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

Include this value in your next use of this API to get the next set of grouping attribute definitions.

Returns:

  • (String)


1283
1284
1285
1286
1287
1288
1289
# File 'lib/aws-sdk-applicationsignals/types.rb', line 1283

class ListGroupingAttributeDefinitionsOutput < Struct.new(
  :grouping_attribute_definitions,
  :updated_at,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#updated_atTime

The timestamp when the grouping configuration was last updated. When used in a raw HTTP Query API, it is formatted as epoch time in seconds.

Returns:

  • (Time)


1283
1284
1285
1286
1287
1288
1289
# File 'lib/aws-sdk-applicationsignals/types.rb', line 1283

class ListGroupingAttributeDefinitionsOutput < Struct.new(
  :grouping_attribute_definitions,
  :updated_at,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end