Class: Aws::Types::CreatePipelineRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreatePipelineRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#computations ⇒ ::Array[Types::ComputeNode]
Returns the value of attribute computations.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#environment_variables ⇒ ::Hash[::String, ::String]
Returns the value of attribute environment_variables.
-
#pipeline_name ⇒ ::String
Returns the value of attribute pipeline_name.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#workspace_name ⇒ ::String
Returns the value of attribute workspace_name.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
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.
1057 1058 1059 |
# File 'sig/types.rbs', line 1057 def computations @computations end |
#description ⇒ ::String
Returns the value of attribute description.
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.
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.
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.
1058 1059 1060 |
# File 'sig/types.rbs', line 1058 def @tags end |
#workspace_name ⇒ ::String
Returns the value of attribute workspace_name.
1053 1054 1055 |
# File 'sig/types.rbs', line 1053 def workspace_name @workspace_name end |