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_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


3124
3125
3126
# File 'sig/types.rbs', line 3124

def created_at
  @created_at
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


3120
3121
3122
# File 'sig/types.rbs', line 3120

def description
  @description
end

#pipeline_arn::String

Returns the value of attribute pipeline_arn.

Returns:

  • (::String)


3121
3122
3123
# File 'sig/types.rbs', line 3121

def pipeline_arn
  @pipeline_arn
end

#pipeline_name::String

Returns the value of attribute pipeline_name.

Returns:

  • (::String)


3119
3120
3121
# File 'sig/types.rbs', line 3119

def pipeline_name
  @pipeline_name
end

#statusTypes::ResourceStatus

Returns the value of attribute status.



3123
3124
3125
# File 'sig/types.rbs', line 3123

def status
  @status
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


3125
3126
3127
# File 'sig/types.rbs', line 3125

def updated_at
  @updated_at
end

#version::String

Returns the value of attribute version.

Returns:

  • (::String)


3122
3123
3124
# File 'sig/types.rbs', line 3122

def version
  @version
end