Class: Aws::Types::CreatePipelineInput

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:

  • (::String)


33
34
35
# File 'sig/types.rbs', line 33

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


31
32
33
# File 'sig/types.rbs', line 31

def name
  @name
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



34
35
36
# File 'sig/types.rbs', line 34

def tags
  @tags
end

#unique_id::String

Returns the value of attribute unique_id.

Returns:

  • (::String)


32
33
34
# File 'sig/types.rbs', line 32

def unique_id
  @unique_id
end