Class: Aws::Pipes::Types::UpdatePipeResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pipes::Types::UpdatePipeResponse
- 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.
3366 3367 3368 3369 3370 3371 3372 3373 3374 3375 |
# File 'lib/aws-sdk-pipes/types.rb', line 3366 class UpdatePipeResponse < 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.
3366 3367 3368 3369 3370 3371 3372 3373 3374 3375 |
# File 'lib/aws-sdk-pipes/types.rb', line 3366 class UpdatePipeResponse < 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.
3366 3367 3368 3369 3370 3371 3372 3373 3374 3375 |
# File 'lib/aws-sdk-pipes/types.rb', line 3366 class UpdatePipeResponse < 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.
3366 3367 3368 3369 3370 3371 3372 3373 3374 3375 |
# File 'lib/aws-sdk-pipes/types.rb', line 3366 class UpdatePipeResponse < 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).
3366 3367 3368 3369 3370 3371 3372 3373 3374 3375 |
# File 'lib/aws-sdk-pipes/types.rb', line 3366 class UpdatePipeResponse < 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.
3366 3367 3368 3369 3370 3371 3372 3373 3374 3375 |
# File 'lib/aws-sdk-pipes/types.rb', line 3366 class UpdatePipeResponse < Struct.new( :arn, :name, :desired_state, :current_state, :creation_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end |