Class: Aws::Types::StartPipelineExecutionInput

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#client_request_token::String

Returns the value of attribute client_request_token.



1359
1360
1361
# File 'sig/types.rbs', line 1359

def client_request_token
  @client_request_token
end

#name::String

Returns the value of attribute name.



1357
1358
1359
# File 'sig/types.rbs', line 1357

def name
  @name
end

#source_revisions::Array[Types::SourceRevisionOverride]

Returns the value of attribute source_revisions.



1360
1361
1362
# File 'sig/types.rbs', line 1360

def source_revisions
  @source_revisions
end

#variables::Array[Types::PipelineVariable]

Returns the value of attribute variables.



1358
1359
1360
# File 'sig/types.rbs', line 1358

def variables
  @variables
end