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

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

#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)


19488
19489
19490
19491
19492
19493
19494
19495
19496
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 19488

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)


19488
19489
19490
19491
19492
19493
19494
19495
19496
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 19488

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)


19488
19489
19490
19491
19492
19493
19494
19495
19496
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 19488

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)


19488
19489
19490
19491
19492
19493
19494
19495
19496
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 19488

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)


19488
19489
19490
19491
19492
19493
19494
19495
19496
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 19488

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