Class: Aws::QuickSight::Types::ListGroupsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#group_listArray<Types::Group>

The list of the groups.

Returns:



19005
19006
19007
19008
19009
19010
19011
19012
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 19005

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

#next_tokenString

A pagination token that can be used in a subsequent request.

Returns:

  • (String)


19005
19006
19007
19008
19009
19010
19011
19012
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 19005

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

#request_idString

The Amazon Web Services request ID for this operation.

Returns:

  • (String)


19005
19006
19007
19008
19009
19010
19011
19012
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 19005

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

#statusInteger

The HTTP status of the request.

Returns:

  • (Integer)


19005
19006
19007
19008
19009
19010
19011
19012
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 19005

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