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

#application_id::String

Returns the value of attribute application_id.

Returns:



375
376
377
# File 'sig/types.rbs', line 375

def application_id
  @application_id
end

#application_version::Integer

Returns the value of attribute application_version.

Returns:



376
377
378
# File 'sig/types.rbs', line 376

def application_version
  @application_version
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:



377
378
379
# File 'sig/types.rbs', line 377

def creation_time
  @creation_time
end

#deployment_id::String

Returns the value of attribute deployment_id.

Returns:



378
379
380
# File 'sig/types.rbs', line 378

def deployment_id
  @deployment_id
end

#environment_id::String

Returns the value of attribute environment_id.

Returns:



379
380
381
# File 'sig/types.rbs', line 379

def environment_id
  @environment_id
end

#status"Deploying", ...

Returns the value of attribute status.

Returns:



380
381
382
# File 'sig/types.rbs', line 380

def status
  @status
end

#status_reason::String

Returns the value of attribute status_reason.

Returns:



381
382
383
# File 'sig/types.rbs', line 381

def status_reason
  @status_reason
end