Class: Aws::Pipes::Types::DeletePipeResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pipes::Types::DeletePipeResponse
- Defined in:
- gems/aws-sdk-pipes/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][1] (YYYY-MM-DDThh:mm:ss.sTZD).
-
#name ⇒ String
The name of the pipe.
Instance Attribute Details
#arn ⇒ String
The ARN of the pipe.
639 640 641 642 643 644 645 646 647 648 |
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 639 class DeletePipeResponse < 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.
639 640 641 642 643 644 645 646 647 648 |
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 639 class DeletePipeResponse < 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.
639 640 641 642 643 644 645 646 647 648 |
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 639 class DeletePipeResponse < 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.
639 640 641 642 643 644 645 646 647 648 |
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 639 class DeletePipeResponse < 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).
639 640 641 642 643 644 645 646 647 648 |
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 639 class DeletePipeResponse < 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.
639 640 641 642 643 644 645 646 647 648 |
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 639 class DeletePipeResponse < Struct.new( :arn, :name, :desired_state, :current_state, :creation_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end |