Class: Aws::Types::ListSecurityGroupUsersRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#group_id::String

Returns the value of attribute group_id.

Returns:



587
588
589
# File 'sig/types.rbs', line 587

def group_id
  @group_id
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:



589
590
591
# File 'sig/types.rbs', line 589

def max_results
  @max_results
end

#network_id::String

Returns the value of attribute network_id.

Returns:



586
587
588
# File 'sig/types.rbs', line 586

def network_id
  @network_id
end

#next_token::String

Returns the value of attribute next_token.

Returns:



588
589
590
# File 'sig/types.rbs', line 588

def next_token
  @next_token
end

#sort_direction"ASC", "DESC"

Returns the value of attribute sort_direction.

Returns:



591
592
593
# File 'sig/types.rbs', line 591

def sort_direction
  @sort_direction
end

#sort_fields::String

Returns the value of attribute sort_fields.

Returns:



590
591
592
# File 'sig/types.rbs', line 590

def sort_fields
  @sort_fields
end