Class: Aws::EventBridge::Types::Connection

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

OAUTH tokens are refreshed when a 401 or 407 response is returned.

Returns:

  • (String)


412
413
414
415
416
417
418
419
420
421
422
423
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 412

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)


412
413
414
415
416
417
418
419
420
421
422
423
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 412

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)


412
413
414
415
416
417
418
419
420
421
422
423
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 412

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)


412
413
414
415
416
417
418
419
420
421
422
423
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 412

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)


412
413
414
415
416
417
418
419
420
421
422
423
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 412

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)


412
413
414
415
416
417
418
419
420
421
422
423
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 412

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)


412
413
414
415
416
417
418
419
420
421
422
423
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 412

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)


412
413
414
415
416
417
418
419
420
421
422
423
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 412

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