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.
1265 1266 1267 1268 1269 1270 1271 1272 1273 |
# File 'lib/aws-sdk-eventbridge/types.rb', line 1265 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.
1265 1266 1267 1268 1269 1270 1271 1272 1273 |
# File 'lib/aws-sdk-eventbridge/types.rb', line 1265 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.
1265 1266 1267 1268 1269 1270 1271 1272 1273 |
# File 'lib/aws-sdk-eventbridge/types.rb', line 1265 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.
1265 1266 1267 1268 1269 1270 1271 1272 1273 |
# File 'lib/aws-sdk-eventbridge/types.rb', line 1265 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.
1265 1266 1267 1268 1269 1270 1271 1272 1273 |
# File 'lib/aws-sdk-eventbridge/types.rb', line 1265 class DeauthorizeConnectionResponse < Struct.new( :connection_arn, :connection_state, :creation_time, :last_modified_time, :last_authorized_time) SENSITIVE = [] include Aws::Structure end |