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)


7462
7463
7464
# File 'sig/types.rbs', line 7462

def context_type
  @context_type
end

#created_after::Time

Returns the value of attribute created_after.

Returns:

  • (::Time)


7463
7464
7465
# File 'sig/types.rbs', line 7463

def created_after
  @created_after
end

#created_before::Time

Returns the value of attribute created_before.

Returns:

  • (::Time)


7464
7465
7466
# File 'sig/types.rbs', line 7464

def created_before
  @created_before
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


7468
7469
7470
# File 'sig/types.rbs', line 7468

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


7467
7468
7469
# File 'sig/types.rbs', line 7467

def next_token
  @next_token
end

#sort_by"Name", "CreationTime"

Returns the value of attribute sort_by.

Returns:

  • ("Name", "CreationTime")


7465
7466
7467
# File 'sig/types.rbs', line 7465

def sort_by
  @sort_by
end

#sort_order"Ascending", "Descending"

Returns the value of attribute sort_order.

Returns:

  • ("Ascending", "Descending")


7466
7467
7468
# File 'sig/types.rbs', line 7466

def sort_order
  @sort_order
end

#source_uri::String

Returns the value of attribute source_uri.

Returns:

  • (::String)


7461
7462
7463
# File 'sig/types.rbs', line 7461

def source_uri
  @source_uri
end