Class: Aws::EventBridge::Types::DeauthorizeConnectionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::EventBridge::Types::DeauthorizeConnectionResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-eventbridge/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#connection_arn ⇒ String
The ARN of the connection that authorization was removed from.
-
#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 updated.
Instance Attribute Details
#connection_arn ⇒ String
The ARN of the connection that authorization was removed from.
1349 1350 1351 1352 1353 1354 1355 1356 1357 |
# File 'lib/aws-sdk-eventbridge/types.rb', line 1349 class DeauthorizeConnectionResponse < Struct.new( :connection_arn, :connection_state, :creation_time, :last_modified_time, :last_authorized_time) SENSITIVE = [] include Aws::Structure end |
#connection_state ⇒ String
The state of the connection.
1349 1350 1351 1352 1353 1354 1355 1356 1357 |
# File 'lib/aws-sdk-eventbridge/types.rb', line 1349 class DeauthorizeConnectionResponse < Struct.new( :connection_arn, :connection_state, :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.
1349 1350 1351 1352 1353 1354 1355 1356 1357 |
# File 'lib/aws-sdk-eventbridge/types.rb', line 1349 class DeauthorizeConnectionResponse < Struct.new( :connection_arn, :connection_state, :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.
1349 1350 1351 1352 1353 1354 1355 1356 1357 |
# File 'lib/aws-sdk-eventbridge/types.rb', line 1349 class DeauthorizeConnectionResponse < Struct.new( :connection_arn, :connection_state, :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 updated.
1349 1350 1351 1352 1353 1354 1355 1356 1357 |
# File 'lib/aws-sdk-eventbridge/types.rb', line 1349 class DeauthorizeConnectionResponse < Struct.new( :connection_arn, :connection_state, :creation_time, :last_modified_time, :last_authorized_time) SENSITIVE = [] include Aws::Structure end |