Class: Aws::EventBridge::Types::DeauthorizeConnectionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::EventBridge::Types::DeauthorizeConnectionResponse
- Defined in:
- gems/aws-sdk-eventbridge/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.
1155 1156 1157 1158 1159 1160 1161 1162 1163 |
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 1155 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.
1155 1156 1157 1158 1159 1160 1161 1162 1163 |
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 1155 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.
1155 1156 1157 1158 1159 1160 1161 1162 1163 |
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 1155 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.
1155 1156 1157 1158 1159 1160 1161 1162 1163 |
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 1155 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.
1155 1156 1157 1158 1159 1160 1161 1162 1163 |
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 1155 class DeauthorizeConnectionResponse < Struct.new( :connection_arn, :connection_state, :creation_time, :last_modified_time, :last_authorized_time) SENSITIVE = [] include Aws::Structure end |