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:



5042
5043
5044
# File 'sig/types.rbs', line 5042

def created_by
  @created_by
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


5039
5040
5041
# File 'sig/types.rbs', line 5039

def creation_time
  @creation_time
end

#last_modified_byTypes::UserContext

Returns the value of attribute last_modified_by.

Returns:



5043
5044
5045
# File 'sig/types.rbs', line 5043

def last_modified_by
  @last_modified_by
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


5040
5041
5042
# File 'sig/types.rbs', line 5040

def last_modified_time
  @last_modified_time
end

#last_run_time::Time

Returns the value of attribute last_run_time.

Returns:

  • (::Time)


5041
5042
5043
# File 'sig/types.rbs', line 5041

def last_run_time
  @last_run_time
end

#parallelism_configurationTypes::ParallelismConfiguration

Returns the value of attribute parallelism_configuration.



5044
5045
5046
# File 'sig/types.rbs', line 5044

def parallelism_configuration
  @parallelism_configuration
end

#pipeline_arn::String

Returns the value of attribute pipeline_arn.

Returns:

  • (::String)


5032
5033
5034
# File 'sig/types.rbs', line 5032

def pipeline_arn
  @pipeline_arn
end

#pipeline_definition::String

Returns the value of attribute pipeline_definition.

Returns:

  • (::String)


5035
5036
5037
# File 'sig/types.rbs', line 5035

def pipeline_definition
  @pipeline_definition
end

#pipeline_description::String

Returns the value of attribute pipeline_description.

Returns:

  • (::String)


5036
5037
5038
# File 'sig/types.rbs', line 5036

def pipeline_description
  @pipeline_description
end

#pipeline_display_name::String

Returns the value of attribute pipeline_display_name.

Returns:

  • (::String)


5034
5035
5036
# File 'sig/types.rbs', line 5034

def pipeline_display_name
  @pipeline_display_name
end

#pipeline_name::String

Returns the value of attribute pipeline_name.

Returns:

  • (::String)


5033
5034
5035
# File 'sig/types.rbs', line 5033

def pipeline_name
  @pipeline_name
end

#pipeline_status"Active", "Deleting"

Returns the value of attribute pipeline_status.

Returns:

  • ("Active", "Deleting")


5038
5039
5040
# File 'sig/types.rbs', line 5038

def pipeline_status
  @pipeline_status
end

#pipeline_version_description::String

Returns the value of attribute pipeline_version_description.

Returns:

  • (::String)


5046
5047
5048
# File 'sig/types.rbs', line 5046

def pipeline_version_description
  @pipeline_version_description
end

#pipeline_version_display_name::String

Returns the value of attribute pipeline_version_display_name.

Returns:

  • (::String)


5045
5046
5047
# File 'sig/types.rbs', line 5045

def pipeline_version_display_name
  @pipeline_version_display_name
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


5037
5038
5039
# File 'sig/types.rbs', line 5037

def role_arn
  @role_arn
end