Class: Aws::Pipes::Types::StartPipeResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-pipes/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)


2843
2844
2845
2846
2847
2848
2849
2850
2851
2852
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 2843

class StartPipeResponse < Struct.new(
  :arn,
  :creation_time,
  :current_state,
  :desired_state,
  :last_modified_time,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#creation_timeTime

The time the pipe was created.

Returns:

  • (Time)


2843
2844
2845
2846
2847
2848
2849
2850
2851
2852
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 2843

class StartPipeResponse < Struct.new(
  :arn,
  :creation_time,
  :current_state,
  :desired_state,
  :last_modified_time,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#current_stateString

The state the pipe is in.

Returns:

  • (String)


2843
2844
2845
2846
2847
2848
2849
2850
2851
2852
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 2843

class StartPipeResponse < Struct.new(
  :arn,
  :creation_time,
  :current_state,
  :desired_state,
  :last_modified_time,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#desired_stateString

The state the pipe should be in.

Returns:

  • (String)


2843
2844
2845
2846
2847
2848
2849
2850
2851
2852
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 2843

class StartPipeResponse < Struct.new(
  :arn,
  :creation_time,
  :current_state,
  :desired_state,
  :last_modified_time,
  :name)
  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)


2843
2844
2845
2846
2847
2848
2849
2850
2851
2852
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 2843

class StartPipeResponse < Struct.new(
  :arn,
  :creation_time,
  :current_state,
  :desired_state,
  :last_modified_time,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the pipe.

Returns:

  • (String)


2843
2844
2845
2846
2847
2848
2849
2850
2851
2852
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 2843

class StartPipeResponse < Struct.new(
  :arn,
  :creation_time,
  :current_state,
  :desired_state,
  :last_modified_time,
  :name)
  SENSITIVE = []
  include Aws::Structure
end