Class: Aws::EventBridge::Types::CreateConnectionResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-eventbridge/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#connection_arnString

The ARN of the connection that was created by the request.

Returns:

  • (String)


1019
1020
1021
1022
1023
1024
1025
1026
# File 'lib/aws-sdk-eventbridge/types.rb', line 1019

class CreateConnectionResponse < Struct.new(
  :connection_arn,
  :connection_state,
  :creation_time,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#connection_stateString

The state of the connection that was created by the request.

Returns:

  • (String)


1019
1020
1021
1022
1023
1024
1025
1026
# File 'lib/aws-sdk-eventbridge/types.rb', line 1019

class CreateConnectionResponse < Struct.new(
  :connection_arn,
  :connection_state,
  :creation_time,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#creation_timeTime

A time stamp for the time that the connection was created.

Returns:

  • (Time)


1019
1020
1021
1022
1023
1024
1025
1026
# File 'lib/aws-sdk-eventbridge/types.rb', line 1019

class CreateConnectionResponse < Struct.new(
  :connection_arn,
  :connection_state,
  :creation_time,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_timeTime

A time stamp for the time that the connection was last updated.

Returns:

  • (Time)


1019
1020
1021
1022
1023
1024
1025
1026
# File 'lib/aws-sdk-eventbridge/types.rb', line 1019

class CreateConnectionResponse < Struct.new(
  :connection_arn,
  :connection_state,
  :creation_time,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end