Class: Aws::CloudWatchEvents::Types::CreateConnectionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchEvents::Types::CreateConnectionResponse
- 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 created by the request.
-
#connection_state ⇒ String
The state of the connection that was created by the request.
-
#creation_time ⇒ Time
A time stamp for the time that the connection was created.
-
#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 was created by the request.
913 914 915 916 917 918 919 920 |
# File 'lib/aws-sdk-cloudwatchevents/types.rb', line 913 class CreateConnectionResponse < Struct.new( :connection_arn, :connection_state, :creation_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end |
#connection_state ⇒ String
The state of the connection that was created by the request.
913 914 915 916 917 918 919 920 |
# File 'lib/aws-sdk-cloudwatchevents/types.rb', line 913 class CreateConnectionResponse < Struct.new( :connection_arn, :connection_state, :creation_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end |
#creation_time ⇒ Time
A time stamp for the time that the connection was created.
913 914 915 916 917 918 919 920 |
# File 'lib/aws-sdk-cloudwatchevents/types.rb', line 913 class CreateConnectionResponse < Struct.new( :connection_arn, :connection_state, :creation_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end |
#last_modified_time ⇒ Time
A time stamp for the time that the connection was last updated.
913 914 915 916 917 918 919 920 |
# File 'lib/aws-sdk-cloudwatchevents/types.rb', line 913 class CreateConnectionResponse < Struct.new( :connection_arn, :connection_state, :creation_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end |