Class: Aws::Types::GetDeploymentResponse

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:

  • (::String)


579
580
581
# File 'sig/types.rbs', line 579

def application_id
  @application_id
end

#application_version::Integer

Returns the value of attribute application_version.

Returns:

  • (::Integer)


580
581
582
# File 'sig/types.rbs', line 580

def application_version
  @application_version
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


581
582
583
# File 'sig/types.rbs', line 581

def creation_time
  @creation_time
end

#deployment_id::String

Returns the value of attribute deployment_id.

Returns:

  • (::String)


582
583
584
# File 'sig/types.rbs', line 582

def deployment_id
  @deployment_id
end

#environment_id::String

Returns the value of attribute environment_id.

Returns:

  • (::String)


583
584
585
# File 'sig/types.rbs', line 583

def environment_id
  @environment_id
end

#status"Deploying", ...

Returns the value of attribute status.

Returns:

  • ("Deploying", "Succeeded", "Failed", "Updating Deployment")


584
585
586
# File 'sig/types.rbs', line 584

def status
  @status
end

#status_reason::String

Returns the value of attribute status_reason.

Returns:

  • (::String)


585
586
587
# File 'sig/types.rbs', line 585

def status_reason
  @status_reason
end