Class: Aws::Types::ListBackupJobsInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#by_account_id::String

Returns the value of attribute by_account_id.

Returns:

  • (::String)


1286
1287
1288
# File 'sig/types.rbs', line 1286

def 
  @by_account_id
end

#by_backup_vault_name::String

Returns the value of attribute by_backup_vault_name.

Returns:

  • (::String)


1282
1283
1284
# File 'sig/types.rbs', line 1282

def by_backup_vault_name
  @by_backup_vault_name
end

#by_complete_after::Time

Returns the value of attribute by_complete_after.

Returns:

  • (::Time)


1287
1288
1289
# File 'sig/types.rbs', line 1287

def by_complete_after
  @by_complete_after
end

#by_complete_before::Time

Returns the value of attribute by_complete_before.

Returns:

  • (::Time)


1288
1289
1290
# File 'sig/types.rbs', line 1288

def by_complete_before
  @by_complete_before
end

#by_created_after::Time

Returns the value of attribute by_created_after.

Returns:

  • (::Time)


1284
1285
1286
# File 'sig/types.rbs', line 1284

def by_created_after
  @by_created_after
end

#by_created_before::Time

Returns the value of attribute by_created_before.

Returns:

  • (::Time)


1283
1284
1285
# File 'sig/types.rbs', line 1283

def by_created_before
  @by_created_before
end

#by_message_category::String

Returns the value of attribute by_message_category.

Returns:

  • (::String)


1290
1291
1292
# File 'sig/types.rbs', line 1290

def by_message_category
  @by_message_category
end

#by_parent_job_id::String

Returns the value of attribute by_parent_job_id.

Returns:

  • (::String)


1289
1290
1291
# File 'sig/types.rbs', line 1289

def by_parent_job_id
  @by_parent_job_id
end

#by_resource_arn::String

Returns the value of attribute by_resource_arn.

Returns:

  • (::String)


1280
1281
1282
# File 'sig/types.rbs', line 1280

def by_resource_arn
  @by_resource_arn
end

#by_resource_type::String

Returns the value of attribute by_resource_type.

Returns:

  • (::String)


1285
1286
1287
# File 'sig/types.rbs', line 1285

def by_resource_type
  @by_resource_type
end

#by_state"CREATED", ...

Returns the value of attribute by_state.

Returns:

  • ("CREATED", "PENDING", "RUNNING", "ABORTING", "ABORTED", "COMPLETED", "FAILED", "EXPIRED", "PARTIAL")


1281
1282
1283
# File 'sig/types.rbs', line 1281

def by_state
  @by_state
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


1279
1280
1281
# File 'sig/types.rbs', line 1279

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1278
1279
1280
# File 'sig/types.rbs', line 1278

def next_token
  @next_token
end