Class: Aws::EventBridge::Types::Connection
- Inherits:
-
Struct
- Object
- Struct
- Aws::EventBridge::Types::Connection
- 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
-
#authorization_type ⇒ String
The authorization type specified for the connection.
-
#connection_arn ⇒ String
The ARN of the connection.
-
#connection_state ⇒ String
The state of the connection.
-
#creation_time ⇒ Time
A time stamp for the time that the connection was created.
-
#last_authorized_time ⇒ Time
A time stamp for the time that the connection was last authorized.
-
#last_modified_time ⇒ Time
A time stamp for the time that the connection was last modified.
-
#name ⇒ String
The name of the connection.
-
#state_reason ⇒ String
The reason that the connection is in the connection state.
Instance Attribute Details
#authorization_type ⇒ String
The authorization type specified for the connection.
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_arn ⇒ String
The ARN of the connection.
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_state ⇒ String
The state of the connection.
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_time ⇒ Time
A time stamp for the time that the connection was created.
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_time ⇒ Time
A time stamp for the time that the connection was last authorized.
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_time ⇒ Time
A time stamp for the time that the connection was last modified.
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 |
#name ⇒ String
The name of the connection.
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_reason ⇒ String
The reason that the connection is in the connection state.
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 |