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:



2385
2386
2387
# File 'sig/types.rbs', line 2385

def cluster_arn
  @cluster_arn
end

#created_at::Time

Returns the value of attribute created_at.

Returns:



2387
2388
2389
# File 'sig/types.rbs', line 2387

def created_at
  @created_at
end

#finished_at::Time

Returns the value of attribute finished_at.

Returns:



2388
2389
2390
# File 'sig/types.rbs', line 2388

def finished_at
  @finished_at
end

#service_arn::String

Returns the value of attribute service_arn.

Returns:



2384
2385
2386
# File 'sig/types.rbs', line 2384

def service_arn
  @service_arn
end

#service_deployment_arn::String

Returns the value of attribute service_deployment_arn.

Returns:



2383
2384
2385
# File 'sig/types.rbs', line 2383

def service_deployment_arn
  @service_deployment_arn
end

#started_at::Time

Returns the value of attribute started_at.

Returns:



2386
2387
2388
# File 'sig/types.rbs', line 2386

def started_at
  @started_at
end

#status"PENDING", ...

Returns the value of attribute status.

Returns:



2390
2391
2392
# File 'sig/types.rbs', line 2390

def status
  @status
end

#status_reason::String

Returns the value of attribute status_reason.

Returns:



2391
2392
2393
# File 'sig/types.rbs', line 2391

def status_reason
  @status_reason
end

#target_service_revision_arn::String

Returns the value of attribute target_service_revision_arn.

Returns:



2389
2390
2391
# File 'sig/types.rbs', line 2389

def target_service_revision_arn
  @target_service_revision_arn
end