Class: Aws::Types::CreatePipelineRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:environment_variables])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


1059
1060
1061
# File 'sig/types.rbs', line 1059

def client_token
  @client_token
end

#computations::Array[Types::ComputeNode]

Returns the value of attribute computations.

Returns:



1057
1058
1059
# File 'sig/types.rbs', line 1057

def computations
  @computations
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1055
1056
1057
# File 'sig/types.rbs', line 1055

def description
  @description
end

#environment_variables::Hash[::String, ::String]

Returns the value of attribute environment_variables.

Returns:

  • (::Hash[::String, ::String])


1056
1057
1058
# File 'sig/types.rbs', line 1056

def environment_variables
  @environment_variables
end

#pipeline_name::String

Returns the value of attribute pipeline_name.

Returns:

  • (::String)


1054
1055
1056
# File 'sig/types.rbs', line 1054

def pipeline_name
  @pipeline_name
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


1058
1059
1060
# File 'sig/types.rbs', line 1058

def tags
  @tags
end

#workspace_name::String

Returns the value of attribute workspace_name.

Returns:

  • (::String)


1053
1054
1055
# File 'sig/types.rbs', line 1053

def workspace_name
  @workspace_name
end