Class: Aws::EventBridge::Types::DeleteConnectionResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-eventbridge/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 deleted.

Returns:

  • (String)


1256
1257
1258
1259
1260
1261
1262
1263
1264
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 1256

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

#connection_stateString

The state of the connection before it was deleted.

Returns:

  • (String)


1256
1257
1258
1259
1260
1261
1262
1263
1264
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 1256

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

#creation_timeTime

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

Returns:

  • (Time)


1256
1257
1258
1259
1260
1261
1262
1263
1264
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 1256

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

#last_authorized_timeTime

A time stamp for the time that the connection was last authorized before it wa deleted.

Returns:

  • (Time)


1256
1257
1258
1259
1260
1261
1262
1263
1264
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 1256

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

#last_modified_timeTime

A time stamp for the time that the connection was last modified before it was deleted.

Returns:

  • (Time)


1256
1257
1258
1259
1260
1261
1262
1263
1264
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 1256

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