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

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

#assignment_statusString

The status of the assignments.

Returns:

  • (String)


19100
19101
19102
19103
19104
19105
19106
19107
19108
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 19100

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)


19100
19101
19102
19103
19104
19105
19106
19107
19108
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 19100

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)


19100
19101
19102
19103
19104
19105
19106
19107
19108
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 19100

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)


19100
19101
19102
19103
19104
19105
19106
19107
19108
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 19100

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)


19100
19101
19102
19103
19104
19105
19106
19107
19108
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 19100

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