Class: Aws::Types::ListContextsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#context_type::String

Returns the value of attribute context_type.

Returns:

  • (::String)


7400
7401
7402
# File 'sig/types.rbs', line 7400

def context_type
  @context_type
end

#created_after::Time

Returns the value of attribute created_after.

Returns:

  • (::Time)


7401
7402
7403
# File 'sig/types.rbs', line 7401

def created_after
  @created_after
end

#created_before::Time

Returns the value of attribute created_before.

Returns:

  • (::Time)


7402
7403
7404
# File 'sig/types.rbs', line 7402

def created_before
  @created_before
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


7406
7407
7408
# File 'sig/types.rbs', line 7406

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


7405
7406
7407
# File 'sig/types.rbs', line 7405

def next_token
  @next_token
end

#sort_by"Name", "CreationTime"

Returns the value of attribute sort_by.

Returns:

  • ("Name", "CreationTime")


7403
7404
7405
# File 'sig/types.rbs', line 7403

def sort_by
  @sort_by
end

#sort_order"Ascending", "Descending"

Returns the value of attribute sort_order.

Returns:

  • ("Ascending", "Descending")


7404
7405
7406
# File 'sig/types.rbs', line 7404

def sort_order
  @sort_order
end

#source_uri::String

Returns the value of attribute source_uri.

Returns:

  • (::String)


7399
7400
7401
# File 'sig/types.rbs', line 7399

def source_uri
  @source_uri
end