Class: Aws::QuickSight::Types::ListIAMPolicyAssignmentsForUserRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::ListIAMPolicyAssignmentsForUserRequest
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
Note:
When making an API call, you may pass ListIAMPolicyAssignmentsForUserRequest data as a hash:
{
aws_account_id: "AwsAccountId", # required
user_name: "UserName", # required
next_token: "String",
max_results: 1,
namespace: "Namespace", # required
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#aws_account_id ⇒ String
The ID of the Amazon Web Services account that contains the assignments.
-
#max_results ⇒ Integer
The maximum number of results to be returned per request.
-
#namespace ⇒ String
The namespace of the assignment.
-
#next_token ⇒ String
The token for the next set of results, or null if there are no more results.
-
#user_name ⇒ String
The name of the user.
Instance Attribute Details
#aws_account_id ⇒ String
The ID of the Amazon Web Services account that contains the assignments.
8617 8618 8619 8620 8621 8622 8623 8624 8625 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 8617 class ListIAMPolicyAssignmentsForUserRequest < Struct.new( :aws_account_id, :user_name, :next_token, :max_results, :namespace) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results to be returned per request.
8617 8618 8619 8620 8621 8622 8623 8624 8625 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 8617 class ListIAMPolicyAssignmentsForUserRequest < Struct.new( :aws_account_id, :user_name, :next_token, :max_results, :namespace) SENSITIVE = [] include Aws::Structure end |
#namespace ⇒ String
The namespace of the assignment.
8617 8618 8619 8620 8621 8622 8623 8624 8625 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 8617 class ListIAMPolicyAssignmentsForUserRequest < Struct.new( :aws_account_id, :user_name, :next_token, :max_results, :namespace) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next set of results, or null if there are no more results.
8617 8618 8619 8620 8621 8622 8623 8624 8625 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 8617 class ListIAMPolicyAssignmentsForUserRequest < Struct.new( :aws_account_id, :user_name, :next_token, :max_results, :namespace) SENSITIVE = [] include Aws::Structure end |
#user_name ⇒ String
The name of the user.
8617 8618 8619 8620 8621 8622 8623 8624 8625 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 8617 class ListIAMPolicyAssignmentsForUserRequest < Struct.new( :aws_account_id, :user_name, :next_token, :max_results, :namespace) SENSITIVE = [] include Aws::Structure end |