Class: Aws::Types::DescribePipelineResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribePipelineResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#computations ⇒ ::Array[Types::ComputeNode]
Returns the value of attribute computations.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#environment_variables ⇒ ::Hash[::String, ::String]
Returns the value of attribute environment_variables.
-
#pipeline_arn ⇒ ::String
Returns the value of attribute pipeline_arn.
-
#pipeline_name ⇒ ::String
Returns the value of attribute pipeline_name.
-
#status ⇒ Types::ResourceStatus
Returns the value of attribute status.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
-
#version ⇒ ::String
Returns the value of attribute version.
-
#workspace_name ⇒ ::String
Returns the value of attribute workspace_name.
Instance Attribute Details
#computations ⇒ ::Array[Types::ComputeNode]
Returns the value of attribute computations.
1871 1872 1873 |
# File 'sig/types.rbs', line 1871 def computations @computations end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
1873 1874 1875 |
# File 'sig/types.rbs', line 1873 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
1867 1868 1869 |
# File 'sig/types.rbs', line 1867 def description @description end |
#environment_variables ⇒ ::Hash[::String, ::String]
Returns the value of attribute environment_variables.
1870 1871 1872 |
# File 'sig/types.rbs', line 1870 def environment_variables @environment_variables end |
#pipeline_arn ⇒ ::String
Returns the value of attribute pipeline_arn.
1868 1869 1870 |
# File 'sig/types.rbs', line 1868 def pipeline_arn @pipeline_arn end |
#pipeline_name ⇒ ::String
Returns the value of attribute pipeline_name.
1865 1866 1867 |
# File 'sig/types.rbs', line 1865 def pipeline_name @pipeline_name end |
#status ⇒ Types::ResourceStatus
Returns the value of attribute status.
1872 1873 1874 |
# File 'sig/types.rbs', line 1872 def status @status end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
1874 1875 1876 |
# File 'sig/types.rbs', line 1874 def updated_at @updated_at end |
#version ⇒ ::String
Returns the value of attribute version.
1869 1870 1871 |
# File 'sig/types.rbs', line 1869 def version @version end |
#workspace_name ⇒ ::String
Returns the value of attribute workspace_name.
1866 1867 1868 |
# File 'sig/types.rbs', line 1866 def workspace_name @workspace_name end |