Class: Aws::Pipes::Types::StartPipeResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pipes::Types::StartPipeResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pipes/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN of the pipe.
-
#creation_time ⇒ Time
The time the pipe was created.
-
#current_state ⇒ String
The state the pipe is in.
-
#desired_state ⇒ String
The state the pipe should be in.
-
#last_modified_time ⇒ Time
When the pipe was last updated, in [ISO-8601 format] (YYYY-MM-DDThh:mm:ss.sTZD).
-
#name ⇒ String
The name of the pipe.
Instance Attribute Details
#arn ⇒ String
The ARN of the pipe.
3090 3091 3092 3093 3094 3095 3096 3097 3098 3099 |
# File 'lib/aws-sdk-pipes/types.rb', line 3090 class StartPipeResponse < Struct.new( :arn, :name, :desired_state, :current_state, :creation_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end |
#creation_time ⇒ Time
The time the pipe was created.
3090 3091 3092 3093 3094 3095 3096 3097 3098 3099 |
# File 'lib/aws-sdk-pipes/types.rb', line 3090 class StartPipeResponse < Struct.new( :arn, :name, :desired_state, :current_state, :creation_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end |
#current_state ⇒ String
The state the pipe is in.
3090 3091 3092 3093 3094 3095 3096 3097 3098 3099 |
# File 'lib/aws-sdk-pipes/types.rb', line 3090 class StartPipeResponse < Struct.new( :arn, :name, :desired_state, :current_state, :creation_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end |
#desired_state ⇒ String
The state the pipe should be in.
3090 3091 3092 3093 3094 3095 3096 3097 3098 3099 |
# File 'lib/aws-sdk-pipes/types.rb', line 3090 class StartPipeResponse < Struct.new( :arn, :name, :desired_state, :current_state, :creation_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end |
#last_modified_time ⇒ Time
When the pipe was last updated, in [ISO-8601 format] (YYYY-MM-DDThh:mm:ss.sTZD).
3090 3091 3092 3093 3094 3095 3096 3097 3098 3099 |
# File 'lib/aws-sdk-pipes/types.rb', line 3090 class StartPipeResponse < Struct.new( :arn, :name, :desired_state, :current_state, :creation_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the pipe.
3090 3091 3092 3093 3094 3095 3096 3097 3098 3099 |
# File 'lib/aws-sdk-pipes/types.rb', line 3090 class StartPipeResponse < Struct.new( :arn, :name, :desired_state, :current_state, :creation_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end |