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.
1454 1455 1456 1457 1458 1459 1460 1461 1462 |
# File 'lib/aws-sdk-eventbridge/types.rb', line 1454 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.
1454 1455 1456 1457 1458 1459 1460 1461 1462 |
# File 'lib/aws-sdk-eventbridge/types.rb', line 1454 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.
1454 1455 1456 1457 1458 1459 1460 1461 1462 |
# File 'lib/aws-sdk-eventbridge/types.rb', line 1454 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.
1454 1455 1456 1457 1458 1459 1460 1461 1462 |
# File 'lib/aws-sdk-eventbridge/types.rb', line 1454 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.
1454 1455 1456 1457 1458 1459 1460 1461 1462 |
# File 'lib/aws-sdk-eventbridge/types.rb', line 1454 class DeleteConnectionResponse < Struct.new( :connection_arn, :connection_state, :creation_time, :last_modified_time, :last_authorized_time) SENSITIVE = [] include Aws::Structure end |