Class: Aws::ResourceGroups::Types::ListGroupingStatusesOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#groupString

The application group identifier, expressed as an Amazon resource name (ARN) or the application group name.

Returns:

  • (String)


1063
1064
1065
1066
1067
1068
1069
# File 'lib/aws-sdk-resourcegroups/types.rb', line 1063

class ListGroupingStatusesOutput < Struct.new(
  :group,
  :grouping_statuses,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#grouping_statusesArray<Types::GroupingStatusesItem>

Returns details about the grouping or ungrouping status of the resources in the specified application group.

Returns:



1063
1064
1065
1066
1067
1068
1069
# File 'lib/aws-sdk-resourcegroups/types.rb', line 1063

class ListGroupingStatusesOutput < Struct.new(
  :group,
  :grouping_statuses,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

If present, indicates that more output is available than is included in the current response. Use this value in the ‘NextToken` request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the `NextToken` response element comes back as `null`.

Returns:

  • (String)


1063
1064
1065
1066
1067
1068
1069
# File 'lib/aws-sdk-resourcegroups/types.rb', line 1063

class ListGroupingStatusesOutput < Struct.new(
  :group,
  :grouping_statuses,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end