Class: Aws::Types::Step

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#artifacts_url::String

Returns the value of attribute artifacts_url.

Returns:

  • (::String)


630
631
632
# File 'sig/types.rbs', line 630

def artifacts_url
  @artifacts_url
end

#context::String

Returns the value of attribute context.

Returns:

  • (::String)


635
636
637
# File 'sig/types.rbs', line 635

def context
  @context
end

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


628
629
630
# File 'sig/types.rbs', line 628

def end_time
  @end_time
end

#log_url::String

Returns the value of attribute log_url.

Returns:

  • (::String)


629
630
631
# File 'sig/types.rbs', line 629

def log_url
  @log_url
end

#screenshots::Hash[::String, ::String]

Returns the value of attribute screenshots.

Returns:

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


633
634
635
# File 'sig/types.rbs', line 633

def screenshots
  @screenshots
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


626
627
628
# File 'sig/types.rbs', line 626

def start_time
  @start_time
end

#status"CREATED", ...

Returns the value of attribute status.

Returns:

  • ("CREATED", "PENDING", "PROVISIONING", "RUNNING", "FAILED", "SUCCEED", "CANCELLING", "CANCELLED")


627
628
629
# File 'sig/types.rbs', line 627

def status
  @status
end

#status_reason::String

Returns the value of attribute status_reason.

Returns:

  • (::String)


634
635
636
# File 'sig/types.rbs', line 634

def status_reason
  @status_reason
end

#step_name::String

Returns the value of attribute step_name.

Returns:

  • (::String)


625
626
627
# File 'sig/types.rbs', line 625

def step_name
  @step_name
end

#test_artifacts_url::String

Returns the value of attribute test_artifacts_url.

Returns:

  • (::String)


631
632
633
# File 'sig/types.rbs', line 631

def test_artifacts_url
  @test_artifacts_url
end

#test_config_url::String

Returns the value of attribute test_config_url.

Returns:

  • (::String)


632
633
634
# File 'sig/types.rbs', line 632

def test_config_url
  @test_config_url
end