Class: Aws::CloudWatchEvents::Types::DeleteConnectionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchEvents::Types::DeleteConnectionResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchevents/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.
1138 1139 1140 1141 1142 1143 1144 1145 1146 |
# File 'lib/aws-sdk-cloudwatchevents/types.rb', line 1138 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.
1138 1139 1140 1141 1142 1143 1144 1145 1146 |
# File 'lib/aws-sdk-cloudwatchevents/types.rb', line 1138 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.
1138 1139 1140 1141 1142 1143 1144 1145 1146 |
# File 'lib/aws-sdk-cloudwatchevents/types.rb', line 1138 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.
1138 1139 1140 1141 1142 1143 1144 1145 1146 |
# File 'lib/aws-sdk-cloudwatchevents/types.rb', line 1138 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.
1138 1139 1140 1141 1142 1143 1144 1145 1146 |
# File 'lib/aws-sdk-cloudwatchevents/types.rb', line 1138 class DeleteConnectionResponse < Struct.new( :connection_arn, :connection_state, :creation_time, :last_modified_time, :last_authorized_time) SENSITIVE = [] include Aws::Structure end |