Class: Aws::Types::ListUserAssociationsRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#filters::Array[Types::Filter]

Returns the value of attribute filters.

Returns:



271
272
273
# File 'sig/types.rbs', line 271

def filters
  @filters
end

#identity_providerTypes::IdentityProvider

Returns the value of attribute identity_provider.



269
270
271
# File 'sig/types.rbs', line 269

def identity_provider
  @identity_provider
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


268
269
270
# File 'sig/types.rbs', line 268

def instance_id
  @instance_id
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


270
271
272
# File 'sig/types.rbs', line 270

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


272
273
274
# File 'sig/types.rbs', line 272

def next_token
  @next_token
end