Class: Aws::ApplicationSignals::Types::ListGroupingAttributeDefinitionsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationSignals::Types::ListGroupingAttributeDefinitionsOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-applicationsignals/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#grouping_attribute_definitions ⇒ Array<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.
-
#next_token ⇒ String
Include this value in your next use of this API to get the next set of grouping attribute definitions.
-
#updated_at ⇒ Time
The timestamp when the grouping configuration was last updated.
Instance Attribute Details
#grouping_attribute_definitions ⇒ Array<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_token ⇒ String
Include this value in your next use of this API to get the next set of grouping attribute definitions.
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_at ⇒ Time
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.
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 |