Class: Aws::EventBridge::Types::DeleteConnectionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::EventBridge::Types::DeleteConnectionResponse
- 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 was deleted.
-
#connection_state ⇒ String
The state of the connection before it was deleted.
-
#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 before it wa deleted.
-
#last_modified_time ⇒ Time
A time stamp for the time that the connection was last modified before it was deleted.
Instance Attribute Details
#connection_arn ⇒ String
The ARN of the connection that was deleted.
1343 1344 1345 1346 1347 1348 1349 1350 1351 |
# File 'lib/aws-sdk-eventbridge/types.rb', line 1343 class DeleteConnectionResponse < 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 before it was deleted.
1343 1344 1345 1346 1347 1348 1349 1350 1351 |
# File 'lib/aws-sdk-eventbridge/types.rb', line 1343 class DeleteConnectionResponse < 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.
1343 1344 1345 1346 1347 1348 1349 1350 1351 |
# File 'lib/aws-sdk-eventbridge/types.rb', line 1343 class DeleteConnectionResponse < 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 before it wa deleted.
1343 1344 1345 1346 1347 1348 1349 1350 1351 |
# File 'lib/aws-sdk-eventbridge/types.rb', line 1343 class DeleteConnectionResponse < 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 modified before it was deleted.
1343 1344 1345 1346 1347 1348 1349 1350 1351 |
# File 'lib/aws-sdk-eventbridge/types.rb', line 1343 class DeleteConnectionResponse < Struct.new( :connection_arn, :connection_state, :creation_time, :last_modified_time, :last_authorized_time) SENSITIVE = [] include Aws::Structure end |