Class: Aws::Types::Deployment

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#auto_deployedBoolean

Returns the value of attribute auto_deployed.

Returns:

  • (Boolean)


907
908
909
# File 'sig/types.rbs', line 907

def auto_deployed
  @auto_deployed
end

#created_date::Time

Returns the value of attribute created_date.

Returns:

  • (::Time)


908
909
910
# File 'sig/types.rbs', line 908

def created_date
  @created_date
end

#deployment_id::String

Returns the value of attribute deployment_id.

Returns:

  • (::String)


909
910
911
# File 'sig/types.rbs', line 909

def deployment_id
  @deployment_id
end

#deployment_status"PENDING", ...

Returns the value of attribute deployment_status.

Returns:

  • ("PENDING", "FAILED", "DEPLOYED")


910
911
912
# File 'sig/types.rbs', line 910

def deployment_status
  @deployment_status
end

#deployment_status_message::String

Returns the value of attribute deployment_status_message.

Returns:

  • (::String)


911
912
913
# File 'sig/types.rbs', line 911

def deployment_status_message
  @deployment_status_message
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


912
913
914
# File 'sig/types.rbs', line 912

def description
  @description
end