Class: Aws::Types::ListServersRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#filter_value::String

Returns the value of attribute filter_value.

Returns:

  • (::String)


451
452
453
# File 'sig/types.rbs', line 451

def filter_value
  @filter_value
end

#group_id_filter::Array[Types::Group]

Returns the value of attribute group_id_filter.

Returns:



452
453
454
# File 'sig/types.rbs', line 452

def group_id_filter
  @group_id_filter
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


453
454
455
# File 'sig/types.rbs', line 453

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


454
455
456
# File 'sig/types.rbs', line 454

def next_token
  @next_token
end

#server_criteria"NOT_DEFINED", ...

Returns the value of attribute server_criteria.

Returns:

  • ("NOT_DEFINED", "OS_NAME", "STRATEGY", "DESTINATION", "SERVER_ID", "ANALYSIS_STATUS", "ERROR_CATEGORY")


455
456
457
# File 'sig/types.rbs', line 455

def server_criteria
  @server_criteria
end

#sort"ASC", "DESC"

Returns the value of attribute sort.

Returns:

  • ("ASC", "DESC")


456
457
458
# File 'sig/types.rbs', line 456

def sort
  @sort
end