Class: Aws::Types::LambdaTarget

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#deployment_id::String

Returns the value of attribute deployment_id.

Returns:

  • (::String)


890
891
892
# File 'sig/types.rbs', line 890

def deployment_id
  @deployment_id
end

#lambda_function_infoTypes::LambdaFunctionInfo

Returns the value of attribute lambda_function_info.



896
897
898
# File 'sig/types.rbs', line 896

def lambda_function_info
  @lambda_function_info
end

#last_updated_at::Time

Returns the value of attribute last_updated_at.

Returns:

  • (::Time)


894
895
896
# File 'sig/types.rbs', line 894

def last_updated_at
  @last_updated_at
end

#lifecycle_events::Array[Types::LifecycleEvent]

Returns the value of attribute lifecycle_events.

Returns:



895
896
897
# File 'sig/types.rbs', line 895

def lifecycle_events
  @lifecycle_events
end

#status"Pending", ...

Returns the value of attribute status.

Returns:

  • ("Pending", "InProgress", "Succeeded", "Failed", "Skipped", "Unknown", "Ready")


893
894
895
# File 'sig/types.rbs', line 893

def status
  @status
end

#target_arn::String

Returns the value of attribute target_arn.

Returns:

  • (::String)


892
893
894
# File 'sig/types.rbs', line 892

def target_arn
  @target_arn
end

#target_id::String

Returns the value of attribute target_id.

Returns:

  • (::String)


891
892
893
# File 'sig/types.rbs', line 891

def target_id
  @target_id
end