Class: Aws::Types::ProtectedJobSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#create_time::Time

Returns the value of attribute create_time.

Returns:

  • (::Time)


2788
2789
2790
# File 'sig/types.rbs', line 2788

def create_time
  @create_time
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


2785
2786
2787
# File 'sig/types.rbs', line 2785

def id
  @id
end

#job_compute_payer_account_id::String

Returns the value of attribute job_compute_payer_account_id.

Returns:

  • (::String)


2791
2792
2793
# File 'sig/types.rbs', line 2791

def 
  @job_compute_payer_account_id
end

#membership_arn::String

Returns the value of attribute membership_arn.

Returns:

  • (::String)


2787
2788
2789
# File 'sig/types.rbs', line 2787

def membership_arn
  @membership_arn
end

#membership_id::String

Returns the value of attribute membership_id.

Returns:

  • (::String)


2786
2787
2788
# File 'sig/types.rbs', line 2786

def membership_id
  @membership_id
end

#receiver_configurations::Array[Types::ProtectedJobReceiverConfiguration]

Returns the value of attribute receiver_configurations.



2790
2791
2792
# File 'sig/types.rbs', line 2790

def receiver_configurations
  @receiver_configurations
end

#status"SUBMITTED", ...

Returns the value of attribute status.

Returns:

  • ("SUBMITTED", "STARTED", "CANCELLED", "CANCELLING", "FAILED", "SUCCESS")


2789
2790
2791
# File 'sig/types.rbs', line 2789

def status
  @status
end