Class: Aws::Types::ListNotebooksInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#domain_identifier::String

Returns the value of attribute domain_identifier.

Returns:

  • (::String)


4182
4183
4184
# File 'sig/types.rbs', line 4182

def domain_identifier
  @domain_identifier
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


4184
4185
4186
# File 'sig/types.rbs', line 4184

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


4188
4189
4190
# File 'sig/types.rbs', line 4188

def next_token
  @next_token
end

#owning_project_identifier::String

Returns the value of attribute owning_project_identifier.

Returns:

  • (::String)


4183
4184
4185
# File 'sig/types.rbs', line 4183

def owning_project_identifier
  @owning_project_identifier
end

#sort_by"CREATED_AT", "UPDATED_AT"

Returns the value of attribute sort_by.

Returns:

  • ("CREATED_AT", "UPDATED_AT")


4186
4187
4188
# File 'sig/types.rbs', line 4186

def sort_by
  @sort_by
end

#sort_order"ASCENDING", "DESCENDING"

Returns the value of attribute sort_order.

Returns:

  • ("ASCENDING", "DESCENDING")


4185
4186
4187
# File 'sig/types.rbs', line 4185

def sort_order
  @sort_order
end

#status"ACTIVE", ...

Returns the value of attribute status.

Returns:

  • ("ACTIVE", "ARCHIVED", "SYNC_IN_PROGRESS", "SYNC_FAILED")


4187
4188
4189
# File 'sig/types.rbs', line 4187

def status
  @status
end