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)


641
642
643
# File 'sig/types.rbs', line 641

def arn
  @arn
end

#creation_date_time ⇒ ::String

Returns the value of attribute creation_date_time.

Returns:

  • (::String)


644
645
646
# File 'sig/types.rbs', line 644

def creation_date_time
  @creation_date_time
end

#end_date_time ⇒ ::String

Returns the value of attribute end_date_time.

Returns:

  • (::String)


645
646
647
# File 'sig/types.rbs', line 645

def end_date_time
  @end_date_time
end

#initiated_by ⇒ "START_TEST", ...

Returns the value of attribute initiated_by.

Returns:

  • ("START_TEST", "START_CUTOVER", "DIAGNOSTIC", "TERMINATE")


643
644
645
# File 'sig/types.rbs', line 643

def initiated_by
  @initiated_by
end

#job_id ⇒ ::String

Returns the value of attribute job_id.

Returns:

  • (::String)


640
641
642
# File 'sig/types.rbs', line 640

def job_id
  @job_id
end

#participating_servers ⇒ ::Array[Types::ParticipatingServer]

Returns the value of attribute participating_servers.

Returns:



647
648
649
# File 'sig/types.rbs', line 647

def participating_servers
  @participating_servers
end

#status ⇒ "PENDING", ...

Returns the value of attribute status.

Returns:

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


646
647
648
# File 'sig/types.rbs', line 646

def status
  @status
end

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

Returns the value of attribute tags.

Returns:

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


648
649
650
# File 'sig/types.rbs', line 648

def tags
  @tags
end

#type ⇒ "LAUNCH", "TERMINATE"

Returns the value of attribute type.

Returns:

  • ("LAUNCH", "TERMINATE")


642
643
644
# File 'sig/types.rbs', line 642

def type
  @type
end