Class: Aws::SSO::Types::ListAccountRolesRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[:access_token]

Instance Attribute Summary collapse

Instance Attribute Details

#access_tokenString

The token issued by the CreateToken API call. For more information, see CreateToken in the IAM Identity Center OIDC API Reference Guide.

Returns:

  • (String)


116
117
118
119
120
121
122
123
# File 'gems/aws-sdk-core/lib/aws-sdk-sso/types.rb', line 116

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

#account_idString

The identifier for the AWS account that is assigned to the user.

Returns:

  • (String)


116
117
118
119
120
121
122
123
# File 'gems/aws-sdk-core/lib/aws-sdk-sso/types.rb', line 116

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

#max_resultsInteger

The number of items that clients can request per page.

Returns:

  • (Integer)


116
117
118
119
120
121
122
123
# File 'gems/aws-sdk-core/lib/aws-sdk-sso/types.rb', line 116

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

#next_tokenString

The page token from the previous response output when you request subsequent pages.

Returns:

  • (String)


116
117
118
119
120
121
122
123
# File 'gems/aws-sdk-core/lib/aws-sdk-sso/types.rb', line 116

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