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)


3419
3420
3421
# File 'sig/types.rbs', line 3419

def membership_identifier
  @membership_identifier
end

#protected_job_identifier::String

Returns the value of attribute protected_job_identifier.

Returns:

  • (::String)


3420
3421
3422
# File 'sig/types.rbs', line 3420

def protected_job_identifier
  @protected_job_identifier
end

#target_status"CANCELLED"

Returns the value of attribute target_status.

Returns:

  • ("CANCELLED")


3421
3422
3423
# File 'sig/types.rbs', line 3421

def target_status
  @target_status
end