Class: Aws::EventBridge::Types::UpdateConnectionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::EventBridge::Types::UpdateConnectionResponse
- 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 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.
5195 5196 5197 5198 5199 5200 5201 5202 5203 |
# File 'lib/aws-sdk-eventbridge/types.rb', line 5195 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.
5195 5196 5197 5198 5199 5200 5201 5202 5203 |
# File 'lib/aws-sdk-eventbridge/types.rb', line 5195 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.
5195 5196 5197 5198 5199 5200 5201 5202 5203 |
# File 'lib/aws-sdk-eventbridge/types.rb', line 5195 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.
5195 5196 5197 5198 5199 5200 5201 5202 5203 |
# File 'lib/aws-sdk-eventbridge/types.rb', line 5195 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.
5195 5196 5197 5198 5199 5200 5201 5202 5203 |
# File 'lib/aws-sdk-eventbridge/types.rb', line 5195 class UpdateConnectionResponse < Struct.new( :connection_arn, :connection_state, :creation_time, :last_modified_time, :last_authorized_time) SENSITIVE = [] include Aws::Structure end |