Class: Aws::Types::ServiceDeploymentBrief

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_arn::String

Returns the value of attribute cluster_arn.

Returns:

  • (::String)


2369
2370
2371
# File 'sig/types.rbs', line 2369

def cluster_arn
  @cluster_arn
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


2371
2372
2373
# File 'sig/types.rbs', line 2371

def created_at
  @created_at
end

#finished_at::Time

Returns the value of attribute finished_at.

Returns:

  • (::Time)


2372
2373
2374
# File 'sig/types.rbs', line 2372

def finished_at
  @finished_at
end

#service_arn::String

Returns the value of attribute service_arn.

Returns:

  • (::String)


2368
2369
2370
# File 'sig/types.rbs', line 2368

def service_arn
  @service_arn
end

#service_deployment_arn::String

Returns the value of attribute service_deployment_arn.

Returns:

  • (::String)


2367
2368
2369
# File 'sig/types.rbs', line 2367

def service_deployment_arn
  @service_deployment_arn
end

#started_at::Time

Returns the value of attribute started_at.

Returns:

  • (::Time)


2370
2371
2372
# File 'sig/types.rbs', line 2370

def started_at
  @started_at
end

#status"PENDING", ...

Returns the value of attribute status.

Returns:

  • ("PENDING", "SUCCESSFUL", "STOPPED", "STOP_REQUESTED", "IN_PROGRESS", "ROLLBACK_REQUESTED", "ROLLBACK_IN_PROGRESS", "ROLLBACK_SUCCESSFUL", "ROLLBACK_FAILED")


2374
2375
2376
# File 'sig/types.rbs', line 2374

def status
  @status
end

#status_reason::String

Returns the value of attribute status_reason.

Returns:

  • (::String)


2375
2376
2377
# File 'sig/types.rbs', line 2375

def status_reason
  @status_reason
end

#target_service_revision_arn::String

Returns the value of attribute target_service_revision_arn.

Returns:

  • (::String)


2373
2374
2375
# File 'sig/types.rbs', line 2373

def target_service_revision_arn
  @target_service_revision_arn
end