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

#creation_timestamp ⇒ ::Time

Returns the value of attribute creation_timestamp.

Returns:

  • (::Time)


229
230
231
# File 'sig/types.rbs', line 229

def creation_timestamp
  @creation_timestamp
end

#deployment_id ⇒ ::String

Returns the value of attribute deployment_id.

Returns:

  • (::String)


227
228
229
# File 'sig/types.rbs', line 227

def deployment_id
  @deployment_id
end

#deployment_name ⇒ ::String

Returns the value of attribute deployment_name.

Returns:

  • (::String)


228
229
230
# File 'sig/types.rbs', line 228

def deployment_name
  @deployment_name
end

#deployment_status ⇒ "ACTIVE", ...

Returns the value of attribute deployment_status.

Returns:

  • ("ACTIVE", "COMPLETED", "CANCELED", "FAILED", "INACTIVE")


230
231
232
# File 'sig/types.rbs', line 230

def deployment_status
  @deployment_status
end

#is_latest_for_target ⇒ Boolean

Returns the value of attribute is_latest_for_target.

Returns:

  • (Boolean)


231
232
233
# File 'sig/types.rbs', line 231

def is_latest_for_target
  @is_latest_for_target
end

#parent_target_arn ⇒ ::String

Returns the value of attribute parent_target_arn.

Returns:

  • (::String)


232
233
234
# File 'sig/types.rbs', line 232

def parent_target_arn
  @parent_target_arn
end

#revision_id ⇒ ::String

Returns the value of attribute revision_id.

Returns:

  • (::String)


226
227
228
# File 'sig/types.rbs', line 226

def revision_id
  @revision_id
end

#target_arn ⇒ ::String

Returns the value of attribute target_arn.

Returns:

  • (::String)


225
226
227
# File 'sig/types.rbs', line 225

def target_arn
  @target_arn
end