Class: Aws::Types::CreatePipelineResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreatePipelineResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
-
#version ⇒ ::String
Returns the value of attribute version.
Instance Attribute Details
#pipeline_arn ⇒ ::String
Returns the value of attribute pipeline_arn.
1065 1066 1067 |
# File 'sig/types.rbs', line 1065 def pipeline_arn @pipeline_arn end |
#pipeline_name ⇒ ::String
Returns the value of attribute pipeline_name.
1064 1065 1066 |
# File 'sig/types.rbs', line 1064 def pipeline_name @pipeline_name end |
#status ⇒ Types::ResourceStatus
Returns the value of attribute status.
1067 1068 1069 |
# File 'sig/types.rbs', line 1067 def status @status end |
#version ⇒ ::String
Returns the value of attribute version.
1066 1067 1068 |
# File 'sig/types.rbs', line 1066 def version @version end |