Class: Aws::SSOAdmin::Types::ListAccountAssignmentsFilter

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

Overview

A structure that describes a filter for account assignments.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The ID number of an Amazon Web Services account that filters the results in the response.

Returns:

  • (String)


2282
2283
2284
2285
2286
# File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 2282

class ListAccountAssignmentsFilter < Struct.new(
  :account_id)
  SENSITIVE = []
  include Aws::Structure
end