Class: Aws::CloudWatchEvents::Types::CreateConnectionResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudwatchevents/lib/aws-sdk-cloudwatchevents/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)


913
914
915
916
917
918
919
920
# File 'gems/aws-sdk-cloudwatchevents/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_stateString

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

Returns:

  • (String)


913
914
915
916
917
918
919
920
# File 'gems/aws-sdk-cloudwatchevents/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_timeTime

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

Returns:

  • (Time)


913
914
915
916
917
918
919
920
# File 'gems/aws-sdk-cloudwatchevents/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_timeTime

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

Returns:

  • (Time)


913
914
915
916
917
918
919
920
# File 'gems/aws-sdk-cloudwatchevents/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