Class: Aws::Types::ListBotsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


525
526
527
# File 'sig/types.rbs', line 525

def display_name
  @display_name
end

#group_id::String

Returns the value of attribute group_id.

Returns:

  • (::String)


528
529
530
# File 'sig/types.rbs', line 528

def group_id
  @group_id
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


522
523
524
# File 'sig/types.rbs', line 522

def max_results
  @max_results
end

#network_id::String

Returns the value of attribute network_id.

Returns:

  • (::String)


520
521
522
# File 'sig/types.rbs', line 520

def network_id
  @network_id
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


521
522
523
# File 'sig/types.rbs', line 521

def next_token
  @next_token
end

#sort_direction"ASC", "DESC"

Returns the value of attribute sort_direction.

Returns:

  • ("ASC", "DESC")


524
525
526
# File 'sig/types.rbs', line 524

def sort_direction
  @sort_direction
end

#sort_fields::String

Returns the value of attribute sort_fields.

Returns:

  • (::String)


523
524
525
# File 'sig/types.rbs', line 523

def sort_fields
  @sort_fields
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


527
528
529
# File 'sig/types.rbs', line 527

def status
  @status
end

#username::String

Returns the value of attribute username.

Returns:

  • (::String)


526
527
528
# File 'sig/types.rbs', line 526

def username
  @username
end