Class: Aws::Greengrass::Types::ListGroupsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#groupsArray<Types::GroupInformation>

Information about a group.

Returns:



3659
3660
3661
3662
3663
3664
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 3659

class ListGroupsResponse < Struct.new(
  :groups,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token for the next set of results, or ''null'' if there are no additional results.

Returns:

  • (String)


3659
3660
3661
3662
3663
3664
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 3659

class ListGroupsResponse < Struct.new(
  :groups,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end