Class: Aws::QuickSight::Types::ListIAMPolicyAssignmentsForUserResponse

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

#active_assignmentsArray<Types::ActiveIAMPolicyAssignment>

The active assignments for this user.



18740
18741
18742
18743
18744
18745
18746
18747
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 18740

class ListIAMPolicyAssignmentsForUserResponse < Struct.new(
  :active_assignments,
  :request_id,
  :next_token,
  :status)
  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)


18740
18741
18742
18743
18744
18745
18746
18747
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 18740

class ListIAMPolicyAssignmentsForUserResponse < Struct.new(
  :active_assignments,
  :request_id,
  :next_token,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#request_idString

The Amazon Web Services request ID for this operation.

Returns:

  • (String)


18740
18741
18742
18743
18744
18745
18746
18747
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 18740

class ListIAMPolicyAssignmentsForUserResponse < Struct.new(
  :active_assignments,
  :request_id,
  :next_token,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusInteger

The HTTP status of the request.

Returns:

  • (Integer)


18740
18741
18742
18743
18744
18745
18746
18747
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 18740

class ListIAMPolicyAssignmentsForUserResponse < Struct.new(
  :active_assignments,
  :request_id,
  :next_token,
  :status)
  SENSITIVE = []
  include Aws::Structure
end