Class: Aws::Pipes::Types::CreatePipeResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-pipes/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN of the pipe.

Returns:

  • (String)


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_timeTime

The time the pipe was created.

Returns:

  • (Time)


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_stateString

The state the pipe is in.

Returns:

  • (String)


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_stateString

The state the pipe should be in.

Returns:

  • (String)


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_timeTime

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

[1]: www.w3.org/TR/NOTE-datetime

Returns:

  • (Time)


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

#nameString

The name of the pipe.

Returns:

  • (String)


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