Class: Aws::Types::Deployment

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:deployment_status_message])

Instance Attribute Summary collapse

Instance Attribute Details

#arn ⇒ ::String

Returns the value of attribute arn.

Returns:

  • (::String)


470
471
472
# File 'sig/types.rbs', line 470

def arn
  @arn
end

#completed_at ⇒ ::Time

Returns the value of attribute completed_at.

Returns:

  • (::Time)


471
472
473
# File 'sig/types.rbs', line 471

def completed_at
  @completed_at
end

#component_name ⇒ ::String

Returns the value of attribute component_name.

Returns:

  • (::String)


472
473
474
# File 'sig/types.rbs', line 472

def component_name
  @component_name
end

#created_at ⇒ ::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


473
474
475
# File 'sig/types.rbs', line 473

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")


474
475
476
# File 'sig/types.rbs', line 474

def deployment_status
  @deployment_status
end

#deployment_status_message ⇒ ::String

Returns the value of attribute deployment_status_message.

Returns:

  • (::String)


475
476
477
# File 'sig/types.rbs', line 475

def deployment_status_message
  @deployment_status_message
end

#environment_name ⇒ ::String

Returns the value of attribute environment_name.

Returns:

  • (::String)


476
477
478
# File 'sig/types.rbs', line 476

def environment_name
  @environment_name
end

#id ⇒ ::String

Returns the value of attribute id.

Returns:

  • (::String)


477
478
479
# File 'sig/types.rbs', line 477

def id
  @id
end

#initial_state ⇒ Types::DeploymentState

Returns the value of attribute initial_state.



478
479
480
# File 'sig/types.rbs', line 478

def initial_state
  @initial_state
end

#last_attempted_deployment_id ⇒ ::String

Returns the value of attribute last_attempted_deployment_id.

Returns:

  • (::String)


479
480
481
# File 'sig/types.rbs', line 479

def last_attempted_deployment_id
  @last_attempted_deployment_id
end

#last_modified_at ⇒ ::Time

Returns the value of attribute last_modified_at.

Returns:

  • (::Time)


480
481
482
# File 'sig/types.rbs', line 480

def last_modified_at
  @last_modified_at
end

#last_succeeded_deployment_id ⇒ ::String

Returns the value of attribute last_succeeded_deployment_id.

Returns:

  • (::String)


481
482
483
# File 'sig/types.rbs', line 481

def last_succeeded_deployment_id
  @last_succeeded_deployment_id
end

#service_instance_name ⇒ ::String

Returns the value of attribute service_instance_name.

Returns:

  • (::String)


482
483
484
# File 'sig/types.rbs', line 482

def service_instance_name
  @service_instance_name
end

#service_name ⇒ ::String

Returns the value of attribute service_name.

Returns:

  • (::String)


483
484
485
# File 'sig/types.rbs', line 483

def service_name
  @service_name
end

#target_arn ⇒ ::String

Returns the value of attribute target_arn.

Returns:

  • (::String)


484
485
486
# File 'sig/types.rbs', line 484

def target_arn
  @target_arn
end

#target_resource_created_at ⇒ ::Time

Returns the value of attribute target_resource_created_at.

Returns:

  • (::Time)


485
486
487
# File 'sig/types.rbs', line 485

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")


486
487
488
# File 'sig/types.rbs', line 486

def target_resource_type
  @target_resource_type
end

#target_state ⇒ Types::DeploymentState

Returns the value of attribute target_state.



487
488
489
# File 'sig/types.rbs', line 487

def target_state
  @target_state
end