Class: Aws::Types::CreatePipelineRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_request_token::String

Returns the value of attribute client_request_token.

Returns:

  • (::String)


2754
2755
2756
# File 'sig/types.rbs', line 2754

def client_request_token
  @client_request_token
end

#parallelism_configurationTypes::ParallelismConfiguration

Returns the value of attribute parallelism_configuration.



2757
2758
2759
# File 'sig/types.rbs', line 2757

def parallelism_configuration
  @parallelism_configuration
end

#pipeline_definition::String

Returns the value of attribute pipeline_definition.

Returns:

  • (::String)


2751
2752
2753
# File 'sig/types.rbs', line 2751

def pipeline_definition
  @pipeline_definition
end

#pipeline_definition_s3_locationTypes::PipelineDefinitionS3Location

Returns the value of attribute pipeline_definition_s3_location.



2752
2753
2754
# File 'sig/types.rbs', line 2752

def pipeline_definition_s3_location
  @pipeline_definition_s3_location
end

#pipeline_description::String

Returns the value of attribute pipeline_description.

Returns:

  • (::String)


2753
2754
2755
# File 'sig/types.rbs', line 2753

def pipeline_description
  @pipeline_description
end

#pipeline_display_name::String

Returns the value of attribute pipeline_display_name.

Returns:

  • (::String)


2750
2751
2752
# File 'sig/types.rbs', line 2750

def pipeline_display_name
  @pipeline_display_name
end

#pipeline_name::String

Returns the value of attribute pipeline_name.

Returns:

  • (::String)


2749
2750
2751
# File 'sig/types.rbs', line 2749

def pipeline_name
  @pipeline_name
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


2755
2756
2757
# File 'sig/types.rbs', line 2755

def role_arn
  @role_arn
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



2756
2757
2758
# File 'sig/types.rbs', line 2756

def tags
  @tags
end