Class: Aws::Types::PipelineSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created::Time

Returns the value of attribute created.

Returns:

  • (::Time)


976
977
978
# File 'sig/types.rbs', line 976

def created
  @created
end

#execution_mode"QUEUED", ...

Returns the value of attribute execution_mode.

Returns:

  • ("QUEUED", "SUPERSEDED", "PARALLEL")


975
976
977
# File 'sig/types.rbs', line 975

def execution_mode
  @execution_mode
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


972
973
974
# File 'sig/types.rbs', line 972

def name
  @name
end

#pipeline_type"V1", "V2"

Returns the value of attribute pipeline_type.

Returns:

  • ("V1", "V2")


974
975
976
# File 'sig/types.rbs', line 974

def pipeline_type
  @pipeline_type
end

#updated::Time

Returns the value of attribute updated.

Returns:

  • (::Time)


977
978
979
# File 'sig/types.rbs', line 977

def updated
  @updated
end

#version::Integer

Returns the value of attribute version.

Returns:

  • (::Integer)


973
974
975
# File 'sig/types.rbs', line 973

def version
  @version
end