Class: Aws::Pipes::Types::Pipe

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#arnString

The ARN of the pipe.

Returns:

  • (String)


1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 1379

class Pipe < Struct.new(
  :arn,
  :creation_time,
  :current_state,
  :desired_state,
  :enrichment,
  :last_modified_time,
  :name,
  :source,
  :state_reason,
  :target)
  SENSITIVE = []
  include Aws::Structure
end

#creation_timeTime

The time the pipe was created.

Returns:

  • (Time)


1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 1379

class Pipe < Struct.new(
  :arn,
  :creation_time,
  :current_state,
  :desired_state,
  :enrichment,
  :last_modified_time,
  :name,
  :source,
  :state_reason,
  :target)
  SENSITIVE = []
  include Aws::Structure
end

#current_stateString

The state the pipe is in.

Returns:

  • (String)


1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 1379

class Pipe < Struct.new(
  :arn,
  :creation_time,
  :current_state,
  :desired_state,
  :enrichment,
  :last_modified_time,
  :name,
  :source,
  :state_reason,
  :target)
  SENSITIVE = []
  include Aws::Structure
end

#desired_stateString

The state the pipe should be in.

Returns:

  • (String)


1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 1379

class Pipe < Struct.new(
  :arn,
  :creation_time,
  :current_state,
  :desired_state,
  :enrichment,
  :last_modified_time,
  :name,
  :source,
  :state_reason,
  :target)
  SENSITIVE = []
  include Aws::Structure
end

#enrichmentString

The ARN of the enrichment resource.

Returns:

  • (String)


1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 1379

class Pipe < Struct.new(
  :arn,
  :creation_time,
  :current_state,
  :desired_state,
  :enrichment,
  :last_modified_time,
  :name,
  :source,
  :state_reason,
  :target)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_timeTime

When the pipe was last updated, in ISO-8601 format (YYYY-MM-DDThh:mm:ss.sTZD).

Returns:

  • (Time)


1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 1379

class Pipe < Struct.new(
  :arn,
  :creation_time,
  :current_state,
  :desired_state,
  :enrichment,
  :last_modified_time,
  :name,
  :source,
  :state_reason,
  :target)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the pipe.

Returns:

  • (String)


1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 1379

class Pipe < Struct.new(
  :arn,
  :creation_time,
  :current_state,
  :desired_state,
  :enrichment,
  :last_modified_time,
  :name,
  :source,
  :state_reason,
  :target)
  SENSITIVE = []
  include Aws::Structure
end

#sourceString

The ARN of the source resource.

Returns:

  • (String)


1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 1379

class Pipe < Struct.new(
  :arn,
  :creation_time,
  :current_state,
  :desired_state,
  :enrichment,
  :last_modified_time,
  :name,
  :source,
  :state_reason,
  :target)
  SENSITIVE = []
  include Aws::Structure
end

#state_reasonString

The reason the pipe is in its current state.

Returns:

  • (String)


1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 1379

class Pipe < Struct.new(
  :arn,
  :creation_time,
  :current_state,
  :desired_state,
  :enrichment,
  :last_modified_time,
  :name,
  :source,
  :state_reason,
  :target)
  SENSITIVE = []
  include Aws::Structure
end

#targetString

The ARN of the target resource.

Returns:

  • (String)


1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 1379

class Pipe < Struct.new(
  :arn,
  :creation_time,
  :current_state,
  :desired_state,
  :enrichment,
  :last_modified_time,
  :name,
  :source,
  :state_reason,
  :target)
  SENSITIVE = []
  include Aws::Structure
end