Class: Aws::Pipes::Types::CreatePipeResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pipes::Types::CreatePipeResponse
- 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.
567 568 569 570 571 572 573 574 575 576 |
# File 'lib/aws-sdk-pipes/types.rb', line 567 class CreatePipeResponse < 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.
567 568 569 570 571 572 573 574 575 576 |
# File 'lib/aws-sdk-pipes/types.rb', line 567 class CreatePipeResponse < 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.
567 568 569 570 571 572 573 574 575 576 |
# File 'lib/aws-sdk-pipes/types.rb', line 567 class CreatePipeResponse < 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.
567 568 569 570 571 572 573 574 575 576 |
# File 'lib/aws-sdk-pipes/types.rb', line 567 class CreatePipeResponse < 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).
567 568 569 570 571 572 573 574 575 576 |
# File 'lib/aws-sdk-pipes/types.rb', line 567 class CreatePipeResponse < 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.
567 568 569 570 571 572 573 574 575 576 |
# File 'lib/aws-sdk-pipes/types.rb', line 567 class CreatePipeResponse < Struct.new( :arn, :name, :desired_state, :current_state, :creation_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end |