Class: Aws::Types::Job

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:tags])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


555
556
557
# File 'sig/types.rbs', line 555

def arn
  @arn
end

#creation_date_time::String

Returns the value of attribute creation_date_time.

Returns:

  • (::String)


558
559
560
# File 'sig/types.rbs', line 558

def creation_date_time
  @creation_date_time
end

#end_date_time::String

Returns the value of attribute end_date_time.

Returns:

  • (::String)


559
560
561
# File 'sig/types.rbs', line 559

def end_date_time
  @end_date_time
end

#initiated_by"START_RECOVERY", ...

Returns the value of attribute initiated_by.

Returns:

  • ("START_RECOVERY", "START_DRILL", "FAILBACK", "DIAGNOSTIC", "TERMINATE_RECOVERY_INSTANCES", "TARGET_ACCOUNT", "CREATE_NETWORK_RECOVERY", "UPDATE_NETWORK_RECOVERY", "ASSOCIATE_NETWORK_RECOVERY")


557
558
559
# File 'sig/types.rbs', line 557

def initiated_by
  @initiated_by
end

#job_id::String

Returns the value of attribute job_id.

Returns:

  • (::String)


554
555
556
# File 'sig/types.rbs', line 554

def job_id
  @job_id
end

#participating_resources::Array[Types::ParticipatingResource]

Returns the value of attribute participating_resources.

Returns:



563
564
565
# File 'sig/types.rbs', line 563

def participating_resources
  @participating_resources
end

#participating_servers::Array[Types::ParticipatingServer]

Returns the value of attribute participating_servers.

Returns:



561
562
563
# File 'sig/types.rbs', line 561

def participating_servers
  @participating_servers
end

#status"PENDING", ...

Returns the value of attribute status.

Returns:

  • ("PENDING", "STARTED", "COMPLETED")


560
561
562
# File 'sig/types.rbs', line 560

def status
  @status
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


562
563
564
# File 'sig/types.rbs', line 562

def tags
  @tags
end

#type"LAUNCH", ...

Returns the value of attribute type.

Returns:

  • ("LAUNCH", "TERMINATE", "CREATE_CONVERTED_SNAPSHOT")


556
557
558
# File 'sig/types.rbs', line 556

def type
  @type
end