Class: Aws::Types::UpdateProtectedJobInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#membership_identifier::String

Returns the value of attribute membership_identifier.

Returns:

  • (::String)


3392
3393
3394
# File 'sig/types.rbs', line 3392

def membership_identifier
  @membership_identifier
end

#protected_job_identifier::String

Returns the value of attribute protected_job_identifier.

Returns:

  • (::String)


3393
3394
3395
# File 'sig/types.rbs', line 3393

def protected_job_identifier
  @protected_job_identifier
end

#target_status"CANCELLED"

Returns the value of attribute target_status.

Returns:

  • ("CANCELLED")


3394
3395
3396
# File 'sig/types.rbs', line 3394

def target_status
  @target_status
end