Class: Aws::CloudWatchEvents::Types::Connection
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchEvents::Types::Connection
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchevents/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.
385 386 387 388 389 390 391 392 393 394 395 396 |
# File '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_arn ⇒ String
The ARN of the connection.
385 386 387 388 389 390 391 392 393 394 395 396 |
# File '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_state ⇒ String
The state of the connection.
385 386 387 388 389 390 391 392 393 394 395 396 |
# File '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_time ⇒ Time
A time stamp for the time that the connection was created.
385 386 387 388 389 390 391 392 393 394 395 396 |
# File '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_time ⇒ Time
A time stamp for the time that the connection was last authorized.
385 386 387 388 389 390 391 392 393 394 395 396 |
# File '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_time ⇒ Time
A time stamp for the time that the connection was last modified.
385 386 387 388 389 390 391 392 393 394 395 396 |
# File '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 |
#name ⇒ String
The name of the connection.
385 386 387 388 389 390 391 392 393 394 395 396 |
# File '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_reason ⇒ String
The reason that the connection is in the connection state.
385 386 387 388 389 390 391 392 393 394 395 396 |
# File '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 |