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)


2815
2816
2817
# File 'sig/types.rbs', line 2815

def create_time
  @create_time
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


2812
2813
2814
# File 'sig/types.rbs', line 2812

def id
  @id
end

#job_compute_payer_account_id::String

Returns the value of attribute job_compute_payer_account_id.

Returns:

  • (::String)


2818
2819
2820
# File 'sig/types.rbs', line 2818

def 
  @job_compute_payer_account_id
end

#membership_arn::String

Returns the value of attribute membership_arn.

Returns:

  • (::String)


2814
2815
2816
# File 'sig/types.rbs', line 2814

def membership_arn
  @membership_arn
end

#membership_id::String

Returns the value of attribute membership_id.

Returns:

  • (::String)


2813
2814
2815
# File 'sig/types.rbs', line 2813

def membership_id
  @membership_id
end

#receiver_configurations::Array[Types::ProtectedJobReceiverConfiguration]

Returns the value of attribute receiver_configurations.



2817
2818
2819
# File 'sig/types.rbs', line 2817

def receiver_configurations
  @receiver_configurations
end

#status"SUBMITTED", ...

Returns the value of attribute status.

Returns:

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


2816
2817
2818
# File 'sig/types.rbs', line 2816

def status
  @status
end