Class: Aws::EventBridge::Types::CreateConnectionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::EventBridge::Types::CreateConnectionResponse
- 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 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.
944 945 946 947 948 949 950 951 |
# File 'lib/aws-sdk-eventbridge/types.rb', line 944 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.
944 945 946 947 948 949 950 951 |
# File 'lib/aws-sdk-eventbridge/types.rb', line 944 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.
944 945 946 947 948 949 950 951 |
# File 'lib/aws-sdk-eventbridge/types.rb', line 944 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.
944 945 946 947 948 949 950 951 |
# File 'lib/aws-sdk-eventbridge/types.rb', line 944 class CreateConnectionResponse < Struct.new( :connection_arn, :connection_state, :creation_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end |