Class: Aws::Types::ListCopyJobsInput

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)


1392
1393
1394
# File 'sig/types.rbs', line 1392

def 
  @by_account_id
end

#by_complete_after::Time

Returns the value of attribute by_complete_after.

Returns:

  • (::Time)


1394
1395
1396
# File 'sig/types.rbs', line 1394

def by_complete_after
  @by_complete_after
end

#by_complete_before::Time

Returns the value of attribute by_complete_before.

Returns:

  • (::Time)


1393
1394
1395
# File 'sig/types.rbs', line 1393

def by_complete_before
  @by_complete_before
end

#by_created_after::Time

Returns the value of attribute by_created_after.

Returns:

  • (::Time)


1389
1390
1391
# File 'sig/types.rbs', line 1389

def by_created_after
  @by_created_after
end

#by_created_before::Time

Returns the value of attribute by_created_before.

Returns:

  • (::Time)


1388
1389
1390
# File 'sig/types.rbs', line 1388

def by_created_before
  @by_created_before
end

#by_destination_vault_arn::String

Returns the value of attribute by_destination_vault_arn.

Returns:

  • (::String)


1391
1392
1393
# File 'sig/types.rbs', line 1391

def by_destination_vault_arn
  @by_destination_vault_arn
end

#by_message_category::String

Returns the value of attribute by_message_category.

Returns:

  • (::String)


1396
1397
1398
# File 'sig/types.rbs', line 1396

def by_message_category
  @by_message_category
end

#by_parent_job_id::String

Returns the value of attribute by_parent_job_id.

Returns:

  • (::String)


1395
1396
1397
# File 'sig/types.rbs', line 1395

def by_parent_job_id
  @by_parent_job_id
end

#by_resource_arn::String

Returns the value of attribute by_resource_arn.

Returns:

  • (::String)


1386
1387
1388
# File 'sig/types.rbs', line 1386

def by_resource_arn
  @by_resource_arn
end

#by_resource_type::String

Returns the value of attribute by_resource_type.

Returns:

  • (::String)


1390
1391
1392
# File 'sig/types.rbs', line 1390

def by_resource_type
  @by_resource_type
end

#by_source_recovery_point_arn::String

Returns the value of attribute by_source_recovery_point_arn.

Returns:

  • (::String)


1397
1398
1399
# File 'sig/types.rbs', line 1397

def by_source_recovery_point_arn
  @by_source_recovery_point_arn
end

#by_state"CREATED", ...

Returns the value of attribute by_state.

Returns:

  • ("CREATED", "RUNNING", "COMPLETED", "FAILED", "PARTIAL")


1387
1388
1389
# File 'sig/types.rbs', line 1387

def by_state
  @by_state
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


1385
1386
1387
# File 'sig/types.rbs', line 1385

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1384
1385
1386
# File 'sig/types.rbs', line 1384

def next_token
  @next_token
end