Class: Aws::CloudWatchEvents::Types::UpdateConnectionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchEvents::Types::UpdateConnectionResponse
- 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 updated.
-
#connection_state ⇒ String
The state of the connection that was updated.
-
#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 modified.
Instance Attribute Details
#connection_arn ⇒ String
The ARN of the connection that was updated.
4360 4361 4362 4363 4364 4365 4366 4367 4368 |
# File 'lib/aws-sdk-cloudwatchevents/types.rb', line 4360 class UpdateConnectionResponse < 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 that was updated.
4360 4361 4362 4363 4364 4365 4366 4367 4368 |
# File 'lib/aws-sdk-cloudwatchevents/types.rb', line 4360 class UpdateConnectionResponse < 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.
4360 4361 4362 4363 4364 4365 4366 4367 4368 |
# File 'lib/aws-sdk-cloudwatchevents/types.rb', line 4360 class UpdateConnectionResponse < 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.
4360 4361 4362 4363 4364 4365 4366 4367 4368 |
# File 'lib/aws-sdk-cloudwatchevents/types.rb', line 4360 class UpdateConnectionResponse < 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.
4360 4361 4362 4363 4364 4365 4366 4367 4368 |
# File 'lib/aws-sdk-cloudwatchevents/types.rb', line 4360 class UpdateConnectionResponse < Struct.new( :connection_arn, :connection_state, :creation_time, :last_modified_time, :last_authorized_time) SENSITIVE = [] include Aws::Structure end |