Class: Aws::Types::ListGuestUsersRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#billing_period::String

Returns the value of attribute billing_period.

Returns:

  • (::String)


560
561
562
# File 'sig/types.rbs', line 560

def billing_period
  @billing_period
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


556
557
558
# File 'sig/types.rbs', line 556

def max_results
  @max_results
end

#network_id::String

Returns the value of attribute network_id.

Returns:

  • (::String)


555
556
557
# File 'sig/types.rbs', line 555

def network_id
  @network_id
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


561
562
563
# File 'sig/types.rbs', line 561

def next_token
  @next_token
end

#sort_direction"ASC", "DESC"

Returns the value of attribute sort_direction.

Returns:

  • ("ASC", "DESC")


557
558
559
# File 'sig/types.rbs', line 557

def sort_direction
  @sort_direction
end

#sort_fields::String

Returns the value of attribute sort_fields.

Returns:

  • (::String)


558
559
560
# File 'sig/types.rbs', line 558

def sort_fields
  @sort_fields
end

#username::String

Returns the value of attribute username.

Returns:

  • (::String)


559
560
561
# File 'sig/types.rbs', line 559

def username
  @username
end