Class: Aws::Types::BlueprintRun

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#blueprint_name::String

Returns the value of attribute blueprint_name.

Returns:

  • (::String)


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

def blueprint_name
  @blueprint_name
end

#completed_on::Time

Returns the value of attribute completed_on.

Returns:

  • (::Time)


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

def completed_on
  @completed_on
end

#error_message::String

Returns the value of attribute error_message.

Returns:

  • (::String)


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

def error_message
  @error_message
end

#parameters::String

Returns the value of attribute parameters.

Returns:

  • (::String)


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

def parameters
  @parameters
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


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

def role_arn
  @role_arn
end

#rollback_error_message::String

Returns the value of attribute rollback_error_message.

Returns:

  • (::String)


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

def rollback_error_message
  @rollback_error_message
end

#run_id::String

Returns the value of attribute run_id.

Returns:

  • (::String)


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

def run_id
  @run_id
end

#started_on::Time

Returns the value of attribute started_on.

Returns:

  • (::Time)


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

def started_on
  @started_on
end

#state"RUNNING", ...

Returns the value of attribute state.

Returns:

  • ("RUNNING", "SUCCEEDED", "FAILED", "ROLLING_BACK")


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

def state
  @state
end

#workflow_name::String

Returns the value of attribute workflow_name.

Returns:

  • (::String)


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

def workflow_name
  @workflow_name
end