Class: Aws::Types::DescribePipelineResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#created_byTypes::UserContext

Returns the value of attribute created_by.

Returns:



5061
5062
5063
# File 'sig/types.rbs', line 5061

def created_by
  @created_by
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:



5058
5059
5060
# File 'sig/types.rbs', line 5058

def creation_time
  @creation_time
end

#last_modified_byTypes::UserContext

Returns the value of attribute last_modified_by.

Returns:



5062
5063
5064
# File 'sig/types.rbs', line 5062

def last_modified_by
  @last_modified_by
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:



5059
5060
5061
# File 'sig/types.rbs', line 5059

def last_modified_time
  @last_modified_time
end

#last_run_time::Time

Returns the value of attribute last_run_time.

Returns:



5060
5061
5062
# File 'sig/types.rbs', line 5060

def last_run_time
  @last_run_time
end

#parallelism_configurationTypes::ParallelismConfiguration

Returns the value of attribute parallelism_configuration.

Returns:



5063
5064
5065
# File 'sig/types.rbs', line 5063

def parallelism_configuration
  @parallelism_configuration
end

#pipeline_arn::String

Returns the value of attribute pipeline_arn.

Returns:



5051
5052
5053
# File 'sig/types.rbs', line 5051

def pipeline_arn
  @pipeline_arn
end

#pipeline_definition::String

Returns the value of attribute pipeline_definition.

Returns:



5054
5055
5056
# File 'sig/types.rbs', line 5054

def pipeline_definition
  @pipeline_definition
end

#pipeline_description::String

Returns the value of attribute pipeline_description.

Returns:



5055
5056
5057
# File 'sig/types.rbs', line 5055

def pipeline_description
  @pipeline_description
end

#pipeline_display_name::String

Returns the value of attribute pipeline_display_name.

Returns:



5053
5054
5055
# File 'sig/types.rbs', line 5053

def pipeline_display_name
  @pipeline_display_name
end

#pipeline_name::String

Returns the value of attribute pipeline_name.

Returns:



5052
5053
5054
# File 'sig/types.rbs', line 5052

def pipeline_name
  @pipeline_name
end

#pipeline_status"Active", "Deleting"

Returns the value of attribute pipeline_status.

Returns:



5057
5058
5059
# File 'sig/types.rbs', line 5057

def pipeline_status
  @pipeline_status
end

#pipeline_version_description::String

Returns the value of attribute pipeline_version_description.

Returns:



5065
5066
5067
# File 'sig/types.rbs', line 5065

def pipeline_version_description
  @pipeline_version_description
end

#pipeline_version_display_name::String

Returns the value of attribute pipeline_version_display_name.

Returns:



5064
5065
5066
# File 'sig/types.rbs', line 5064

def pipeline_version_display_name
  @pipeline_version_display_name
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:



5056
5057
5058
# File 'sig/types.rbs', line 5056

def role_arn
  @role_arn
end