Class: Aws::Types::PipelineDescription

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:



175
176
177
# File 'sig/types.rbs', line 175

def description
  @description
end

#fields::Array[Types::Field]

Returns the value of attribute fields.

Returns:



174
175
176
# File 'sig/types.rbs', line 174

def fields
  @fields
end

#name::String

Returns the value of attribute name.

Returns:



173
174
175
# File 'sig/types.rbs', line 173

def name
  @name
end

#pipeline_id::String

Returns the value of attribute pipeline_id.

Returns:



172
173
174
# File 'sig/types.rbs', line 172

def pipeline_id
  @pipeline_id
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



176
177
178
# File 'sig/types.rbs', line 176

def tags
  @tags
end