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)


22771
22772
22773
22774
22775
22776
22777
22778
22779
# File 'lib/aws-sdk-quicksight/types.rb', line 22771

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)


22771
22772
22773
22774
22775
22776
22777
22778
22779
# File 'lib/aws-sdk-quicksight/types.rb', line 22771

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)


22771
22772
22773
22774
22775
22776
22777
22778
22779
# File 'lib/aws-sdk-quicksight/types.rb', line 22771

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)


22771
22772
22773
22774
22775
22776
22777
22778
22779
# File 'lib/aws-sdk-quicksight/types.rb', line 22771

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)


22771
22772
22773
22774
22775
22776
22777
22778
22779
# File 'lib/aws-sdk-quicksight/types.rb', line 22771

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