Class: Aws::QuickSight::Types::ListIAMPolicyAssignmentsRequest

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

#assignment_statusString

The status of the assignments.

Returns:

  • (String)


21060
21061
21062
21063
21064
21065
21066
21067
21068
# File 'lib/aws-sdk-quicksight/types.rb', line 21060

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

#aws_account_idString

The ID of the Amazon Web Services account that contains these IAM policy assignments.

Returns:

  • (String)


21060
21061
21062
21063
21064
21065
21066
21067
21068
# File 'lib/aws-sdk-quicksight/types.rb', line 21060

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

#max_resultsInteger

The maximum number of results to be returned per request.

Returns:

  • (Integer)


21060
21061
21062
21063
21064
21065
21066
21067
21068
# File 'lib/aws-sdk-quicksight/types.rb', line 21060

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

#namespaceString

The namespace for the assignments.

Returns:

  • (String)


21060
21061
21062
21063
21064
21065
21066
21067
21068
# File 'lib/aws-sdk-quicksight/types.rb', line 21060

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

#next_tokenString

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

Returns:

  • (String)


21060
21061
21062
21063
21064
21065
21066
21067
21068
# File 'lib/aws-sdk-quicksight/types.rb', line 21060

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