Class: Aws::CloudWatchEvents::Types::DeauthorizeConnectionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchEvents::Types::DeauthorizeConnectionResponse
- 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 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.
1060 1061 1062 1063 1064 1065 1066 1067 1068 |
# File 'lib/aws-sdk-cloudwatchevents/types.rb', line 1060 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.
1060 1061 1062 1063 1064 1065 1066 1067 1068 |
# File 'lib/aws-sdk-cloudwatchevents/types.rb', line 1060 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.
1060 1061 1062 1063 1064 1065 1066 1067 1068 |
# File 'lib/aws-sdk-cloudwatchevents/types.rb', line 1060 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.
1060 1061 1062 1063 1064 1065 1066 1067 1068 |
# File 'lib/aws-sdk-cloudwatchevents/types.rb', line 1060 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.
1060 1061 1062 1063 1064 1065 1066 1067 1068 |
# File 'lib/aws-sdk-cloudwatchevents/types.rb', line 1060 class DeauthorizeConnectionResponse < Struct.new( :connection_arn, :connection_state, :creation_time, :last_modified_time, :last_authorized_time) SENSITIVE = [] include Aws::Structure end |