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)


3158
3159
3160
# File 'sig/types.rbs', line 3158

def created_at
  @created_at
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


3154
3155
3156
# File 'sig/types.rbs', line 3154

def description
  @description
end

#pipeline_arn::String

Returns the value of attribute pipeline_arn.

Returns:

  • (::String)


3155
3156
3157
# File 'sig/types.rbs', line 3155

def pipeline_arn
  @pipeline_arn
end

#pipeline_name::String

Returns the value of attribute pipeline_name.

Returns:

  • (::String)


3153
3154
3155
# File 'sig/types.rbs', line 3153

def pipeline_name
  @pipeline_name
end

#statusTypes::ResourceStatus

Returns the value of attribute status.



3157
3158
3159
# File 'sig/types.rbs', line 3157

def status
  @status
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


3159
3160
3161
# File 'sig/types.rbs', line 3159

def updated_at
  @updated_at
end

#version::String

Returns the value of attribute version.

Returns:

  • (::String)


3156
3157
3158
# File 'sig/types.rbs', line 3156

def version
  @version
end