Class: Aws::CloudWatchEvents::Types::UpdateConnectionResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudwatchevents/lib/aws-sdk-cloudwatchevents/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#connection_arnString

The ARN of the connection that was updated.

Returns:

  • (String)


4360
4361
4362
4363
4364
4365
4366
4367
4368
# File 'gems/aws-sdk-cloudwatchevents/lib/aws-sdk-cloudwatchevents/types.rb', line 4360

class UpdateConnectionResponse < Struct.new(
  :connection_arn,
  :connection_state,
  :creation_time,
  :last_modified_time,
  :last_authorized_time)
  SENSITIVE = []
  include Aws::Structure
end

#connection_stateString

The state of the connection that was updated.

Returns:

  • (String)


4360
4361
4362
4363
4364
4365
4366
4367
4368
# File 'gems/aws-sdk-cloudwatchevents/lib/aws-sdk-cloudwatchevents/types.rb', line 4360

class UpdateConnectionResponse < Struct.new(
  :connection_arn,
  :connection_state,
  :creation_time,
  :last_modified_time,
  :last_authorized_time)
  SENSITIVE = []
  include Aws::Structure
end

#creation_timeTime

A time stamp for the time that the connection was created.

Returns:

  • (Time)


4360
4361
4362
4363
4364
4365
4366
4367
4368
# File 'gems/aws-sdk-cloudwatchevents/lib/aws-sdk-cloudwatchevents/types.rb', line 4360

class UpdateConnectionResponse < Struct.new(
  :connection_arn,
  :connection_state,
  :creation_time,
  :last_modified_time,
  :last_authorized_time)
  SENSITIVE = []
  include Aws::Structure
end

#last_authorized_timeTime

A time stamp for the time that the connection was last authorized.

Returns:

  • (Time)


4360
4361
4362
4363
4364
4365
4366
4367
4368
# File 'gems/aws-sdk-cloudwatchevents/lib/aws-sdk-cloudwatchevents/types.rb', line 4360

class UpdateConnectionResponse < Struct.new(
  :connection_arn,
  :connection_state,
  :creation_time,
  :last_modified_time,
  :last_authorized_time)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_timeTime

A time stamp for the time that the connection was last modified.

Returns:

  • (Time)


4360
4361
4362
4363
4364
4365
4366
4367
4368
# File 'gems/aws-sdk-cloudwatchevents/lib/aws-sdk-cloudwatchevents/types.rb', line 4360

class UpdateConnectionResponse < Struct.new(
  :connection_arn,
  :connection_state,
  :creation_time,
  :last_modified_time,
  :last_authorized_time)
  SENSITIVE = []
  include Aws::Structure
end