Class: Aws::Pipes::Types::Pipe
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pipes::Types::Pipe
- Defined in:
- gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb
Overview
An object that represents a pipe. Amazon EventBridgePipes connect event sources to targets and reduces the need for specialized knowledge and integration code.
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.
-
#enrichment ⇒ String
The ARN of the enrichment resource.
-
#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.
-
#source ⇒ String
The ARN of the source resource.
-
#state_reason ⇒ String
The reason the pipe is in its current state.
-
#target ⇒ String
The ARN of the target resource.
Instance Attribute Details
#arn ⇒ String
The ARN of the pipe.
1494 1495 1496 1497 1498 1499 1500 1501 1502 1503 1504 1505 1506 1507 |
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 1494 class Pipe < Struct.new( :name, :arn, :desired_state, :current_state, :state_reason, :creation_time, :last_modified_time, :source, :target, :enrichment) SENSITIVE = [] include Aws::Structure end |
#creation_time ⇒ Time
The time the pipe was created.
1494 1495 1496 1497 1498 1499 1500 1501 1502 1503 1504 1505 1506 1507 |
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 1494 class Pipe < Struct.new( :name, :arn, :desired_state, :current_state, :state_reason, :creation_time, :last_modified_time, :source, :target, :enrichment) SENSITIVE = [] include Aws::Structure end |
#current_state ⇒ String
The state the pipe is in.
1494 1495 1496 1497 1498 1499 1500 1501 1502 1503 1504 1505 1506 1507 |
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 1494 class Pipe < Struct.new( :name, :arn, :desired_state, :current_state, :state_reason, :creation_time, :last_modified_time, :source, :target, :enrichment) SENSITIVE = [] include Aws::Structure end |
#desired_state ⇒ String
The state the pipe should be in.
1494 1495 1496 1497 1498 1499 1500 1501 1502 1503 1504 1505 1506 1507 |
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 1494 class Pipe < Struct.new( :name, :arn, :desired_state, :current_state, :state_reason, :creation_time, :last_modified_time, :source, :target, :enrichment) SENSITIVE = [] include Aws::Structure end |
#enrichment ⇒ String
The ARN of the enrichment resource.
1494 1495 1496 1497 1498 1499 1500 1501 1502 1503 1504 1505 1506 1507 |
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 1494 class Pipe < Struct.new( :name, :arn, :desired_state, :current_state, :state_reason, :creation_time, :last_modified_time, :source, :target, :enrichment) 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).
1494 1495 1496 1497 1498 1499 1500 1501 1502 1503 1504 1505 1506 1507 |
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 1494 class Pipe < Struct.new( :name, :arn, :desired_state, :current_state, :state_reason, :creation_time, :last_modified_time, :source, :target, :enrichment) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the pipe.
1494 1495 1496 1497 1498 1499 1500 1501 1502 1503 1504 1505 1506 1507 |
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 1494 class Pipe < Struct.new( :name, :arn, :desired_state, :current_state, :state_reason, :creation_time, :last_modified_time, :source, :target, :enrichment) SENSITIVE = [] include Aws::Structure end |
#source ⇒ String
The ARN of the source resource.
1494 1495 1496 1497 1498 1499 1500 1501 1502 1503 1504 1505 1506 1507 |
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 1494 class Pipe < Struct.new( :name, :arn, :desired_state, :current_state, :state_reason, :creation_time, :last_modified_time, :source, :target, :enrichment) SENSITIVE = [] include Aws::Structure end |
#state_reason ⇒ String
The reason the pipe is in its current state.
1494 1495 1496 1497 1498 1499 1500 1501 1502 1503 1504 1505 1506 1507 |
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 1494 class Pipe < Struct.new( :name, :arn, :desired_state, :current_state, :state_reason, :creation_time, :last_modified_time, :source, :target, :enrichment) SENSITIVE = [] include Aws::Structure end |
#target ⇒ String
The ARN of the target resource.
1494 1495 1496 1497 1498 1499 1500 1501 1502 1503 1504 1505 1506 1507 |
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 1494 class Pipe < Struct.new( :name, :arn, :desired_state, :current_state, :state_reason, :creation_time, :last_modified_time, :source, :target, :enrichment) SENSITIVE = [] include Aws::Structure end |