Class: Aws::Types::DeploymentSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn ⇒ ::String

Returns the value of attribute arn.

Returns:

  • (::String)


512
513
514
# File 'sig/types.rbs', line 512

def arn
  @arn
end

#completed_at ⇒ ::Time

Returns the value of attribute completed_at.

Returns:

  • (::Time)


513
514
515
# File 'sig/types.rbs', line 513

def completed_at
  @completed_at
end

#component_name ⇒ ::String

Returns the value of attribute component_name.

Returns:

  • (::String)


514
515
516
# File 'sig/types.rbs', line 514

def component_name
  @component_name
end

#created_at ⇒ ::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


515
516
517
# File 'sig/types.rbs', line 515

def created_at
  @created_at
end

#deployment_status ⇒ "IN_PROGRESS", ...

Returns the value of attribute deployment_status.

Returns:

  • ("IN_PROGRESS", "FAILED", "SUCCEEDED", "DELETE_IN_PROGRESS", "DELETE_FAILED", "DELETE_COMPLETE", "CANCELLING", "CANCELLED")


516
517
518
# File 'sig/types.rbs', line 516

def deployment_status
  @deployment_status
end

#environment_name ⇒ ::String

Returns the value of attribute environment_name.

Returns:

  • (::String)


517
518
519
# File 'sig/types.rbs', line 517

def environment_name
  @environment_name
end

#id ⇒ ::String

Returns the value of attribute id.

Returns:

  • (::String)


518
519
520
# File 'sig/types.rbs', line 518

def id
  @id
end

#last_attempted_deployment_id ⇒ ::String

Returns the value of attribute last_attempted_deployment_id.

Returns:

  • (::String)


519
520
521
# File 'sig/types.rbs', line 519

def last_attempted_deployment_id
  @last_attempted_deployment_id
end

#last_modified_at ⇒ ::Time

Returns the value of attribute last_modified_at.

Returns:

  • (::Time)


520
521
522
# File 'sig/types.rbs', line 520

def last_modified_at
  @last_modified_at
end

#last_succeeded_deployment_id ⇒ ::String

Returns the value of attribute last_succeeded_deployment_id.

Returns:

  • (::String)


521
522
523
# File 'sig/types.rbs', line 521

def last_succeeded_deployment_id
  @last_succeeded_deployment_id
end

#service_instance_name ⇒ ::String

Returns the value of attribute service_instance_name.

Returns:

  • (::String)


522
523
524
# File 'sig/types.rbs', line 522

def service_instance_name
  @service_instance_name
end

#service_name ⇒ ::String

Returns the value of attribute service_name.

Returns:

  • (::String)


523
524
525
# File 'sig/types.rbs', line 523

def service_name
  @service_name
end

#target_arn ⇒ ::String

Returns the value of attribute target_arn.

Returns:

  • (::String)


524
525
526
# File 'sig/types.rbs', line 524

def target_arn
  @target_arn
end

#target_resource_created_at ⇒ ::Time

Returns the value of attribute target_resource_created_at.

Returns:

  • (::Time)


525
526
527
# File 'sig/types.rbs', line 525

def target_resource_created_at
  @target_resource_created_at
end

#target_resource_type ⇒ "ENVIRONMENT", ...

Returns the value of attribute target_resource_type.

Returns:

  • ("ENVIRONMENT", "SERVICE_PIPELINE", "SERVICE_INSTANCE", "COMPONENT")


526
527
528
# File 'sig/types.rbs', line 526

def target_resource_type
  @target_resource_type
end