Class: Aws::Types::CodeDeployDeployment

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#deployment_group_arn ⇒ ::String

Returns the value of attribute deployment_group_arn.

Returns:

  • (::String)


99
100
101
# File 'sig/types.rbs', line 99

def deployment_group_arn
  @deployment_group_arn
end

#deployment_id ⇒ ::String

Returns the value of attribute deployment_id.

Returns:

  • (::String)


100
101
102
# File 'sig/types.rbs', line 100

def deployment_id
  @deployment_id
end

#end_time ⇒ ::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


101
102
103
# File 'sig/types.rbs', line 101

def end_time
  @end_time
end

#start_time ⇒ ::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


102
103
104
# File 'sig/types.rbs', line 102

def start_time
  @start_time
end