Class: Aws::SSOAdmin::Types::ListAccountAssignmentsRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The identifier of the Amazon Web Services account from which to list the assignments.

Returns:

  • (String)


2390
2391
2392
2393
2394
2395
2396
2397
2398
# File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 2390

class ListAccountAssignmentsRequest < Struct.new(
  :account_id,
  :instance_arn,
  :max_results,
  :next_token,
  :permission_set_arn)
  SENSITIVE = []
  include Aws::Structure
end

#instance_arnString

The ARN of the IAM Identity Center instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.

Returns:

  • (String)


2390
2391
2392
2393
2394
2395
2396
2397
2398
# File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 2390

class ListAccountAssignmentsRequest < Struct.new(
  :account_id,
  :instance_arn,
  :max_results,
  :next_token,
  :permission_set_arn)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of results to display for the assignment.

Returns:

  • (Integer)


2390
2391
2392
2393
2394
2395
2396
2397
2398
# File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 2390

class ListAccountAssignmentsRequest < Struct.new(
  :account_id,
  :instance_arn,
  :max_results,
  :next_token,
  :permission_set_arn)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The pagination token for the list API. Initially the value is null. Use the output of previous API calls to make subsequent calls.

Returns:

  • (String)


2390
2391
2392
2393
2394
2395
2396
2397
2398
# File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 2390

class ListAccountAssignmentsRequest < Struct.new(
  :account_id,
  :instance_arn,
  :max_results,
  :next_token,
  :permission_set_arn)
  SENSITIVE = []
  include Aws::Structure
end

#permission_set_arnString

The ARN of the permission set from which to list assignments.

Returns:

  • (String)


2390
2391
2392
2393
2394
2395
2396
2397
2398
# File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 2390

class ListAccountAssignmentsRequest < Struct.new(
  :account_id,
  :instance_arn,
  :max_results,
  :next_token,
  :permission_set_arn)
  SENSITIVE = []
  include Aws::Structure
end