Class: Aws::Types::ListBlockedGuestUsersRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#admin::String

Returns the value of attribute admin.

Returns:

  • (::String)


508
509
510
# File 'sig/types.rbs', line 508

def admin
  @admin
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


504
505
506
# File 'sig/types.rbs', line 504

def max_results
  @max_results
end

#network_id::String

Returns the value of attribute network_id.

Returns:

  • (::String)


503
504
505
# File 'sig/types.rbs', line 503

def network_id
  @network_id
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


509
510
511
# File 'sig/types.rbs', line 509

def next_token
  @next_token
end

#sort_direction"ASC", "DESC"

Returns the value of attribute sort_direction.

Returns:

  • ("ASC", "DESC")


505
506
507
# File 'sig/types.rbs', line 505

def sort_direction
  @sort_direction
end

#sort_fields::String

Returns the value of attribute sort_fields.

Returns:

  • (::String)


506
507
508
# File 'sig/types.rbs', line 506

def sort_fields
  @sort_fields
end

#username::String

Returns the value of attribute username.

Returns:

  • (::String)


507
508
509
# File 'sig/types.rbs', line 507

def username
  @username
end