Class: Aws::QuickSight::Types::ListRoleMembershipsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#aws_account_idString

The ID for the Amazon Web Services account that you want to create a group in. The Amazon Web Services account ID that you provide must be the same Amazon Web Services account that contains your Amazon QuickSight account.

Returns:

  • (String)


21337
21338
21339
21340
21341
21342
21343
21344
21345
# File 'lib/aws-sdk-quicksight/types.rb', line 21337

class ListRoleMembershipsRequest < Struct.new(
  :role,
  :next_token,
  :max_results,
  :aws_account_id,
  :namespace)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of results to return.

Returns:

  • (Integer)


21337
21338
21339
21340
21341
21342
21343
21344
21345
# File 'lib/aws-sdk-quicksight/types.rb', line 21337

class ListRoleMembershipsRequest < Struct.new(
  :role,
  :next_token,
  :max_results,
  :aws_account_id,
  :namespace)
  SENSITIVE = []
  include Aws::Structure
end

#namespaceString

The namespace that includes the role.

Returns:

  • (String)


21337
21338
21339
21340
21341
21342
21343
21344
21345
# File 'lib/aws-sdk-quicksight/types.rb', line 21337

class ListRoleMembershipsRequest < Struct.new(
  :role,
  :next_token,
  :max_results,
  :aws_account_id,
  :namespace)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

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

Returns:

  • (String)


21337
21338
21339
21340
21341
21342
21343
21344
21345
# File 'lib/aws-sdk-quicksight/types.rb', line 21337

class ListRoleMembershipsRequest < Struct.new(
  :role,
  :next_token,
  :max_results,
  :aws_account_id,
  :namespace)
  SENSITIVE = []
  include Aws::Structure
end

#roleString

The name of the role.

Returns:

  • (String)


21337
21338
21339
21340
21341
21342
21343
21344
21345
# File 'lib/aws-sdk-quicksight/types.rb', line 21337

class ListRoleMembershipsRequest < Struct.new(
  :role,
  :next_token,
  :max_results,
  :aws_account_id,
  :namespace)
  SENSITIVE = []
  include Aws::Structure
end