Class: Aws::Pipes::Types::UpdatePipeResponse

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)


3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 3096

class UpdatePipeResponse < 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)


3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 3096

class UpdatePipeResponse < 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)


3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 3096

class UpdatePipeResponse < 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)


3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 3096

class UpdatePipeResponse < 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)


3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 3096

class UpdatePipeResponse < 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)


3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 3096

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