Class: Aws::CloudWatchEvents::Types::Connection

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

Overview

Contains information about a connection.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#authorization_typeString

The authorization type specified for the connection.

Returns:

  • (String)


385
386
387
388
389
390
391
392
393
394
395
396
# File 'gems/aws-sdk-cloudwatchevents/lib/aws-sdk-cloudwatchevents/types.rb', line 385

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

#connection_arnString

The ARN of the connection.

Returns:

  • (String)


385
386
387
388
389
390
391
392
393
394
395
396
# File 'gems/aws-sdk-cloudwatchevents/lib/aws-sdk-cloudwatchevents/types.rb', line 385

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

#connection_stateString

The state of the connection.

Returns:

  • (String)


385
386
387
388
389
390
391
392
393
394
395
396
# File 'gems/aws-sdk-cloudwatchevents/lib/aws-sdk-cloudwatchevents/types.rb', line 385

class Connection < Struct.new(
  :connection_arn,
  :name,
  :connection_state,
  :state_reason,
  :authorization_type,
  :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)


385
386
387
388
389
390
391
392
393
394
395
396
# File 'gems/aws-sdk-cloudwatchevents/lib/aws-sdk-cloudwatchevents/types.rb', line 385

class Connection < Struct.new(
  :connection_arn,
  :name,
  :connection_state,
  :state_reason,
  :authorization_type,
  :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)


385
386
387
388
389
390
391
392
393
394
395
396
# File 'gems/aws-sdk-cloudwatchevents/lib/aws-sdk-cloudwatchevents/types.rb', line 385

class Connection < Struct.new(
  :connection_arn,
  :name,
  :connection_state,
  :state_reason,
  :authorization_type,
  :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)


385
386
387
388
389
390
391
392
393
394
395
396
# File 'gems/aws-sdk-cloudwatchevents/lib/aws-sdk-cloudwatchevents/types.rb', line 385

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

#nameString

The name of the connection.

Returns:

  • (String)


385
386
387
388
389
390
391
392
393
394
395
396
# File 'gems/aws-sdk-cloudwatchevents/lib/aws-sdk-cloudwatchevents/types.rb', line 385

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

#state_reasonString

The reason that the connection is in the connection state.

Returns:

  • (String)


385
386
387
388
389
390
391
392
393
394
395
396
# File 'gems/aws-sdk-cloudwatchevents/lib/aws-sdk-cloudwatchevents/types.rb', line 385

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