Class: Aws::CloudWatchEvents::Types::DeauthorizeConnectionResponse

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 authorization was removed from.

Returns:

  • (String)


1060
1061
1062
1063
1064
1065
1066
1067
1068
# File 'gems/aws-sdk-cloudwatchevents/lib/aws-sdk-cloudwatchevents/types.rb', line 1060

class DeauthorizeConnectionResponse < 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.

Returns:

  • (String)


1060
1061
1062
1063
1064
1065
1066
1067
1068
# File 'gems/aws-sdk-cloudwatchevents/lib/aws-sdk-cloudwatchevents/types.rb', line 1060

class DeauthorizeConnectionResponse < 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)


1060
1061
1062
1063
1064
1065
1066
1067
1068
# File 'gems/aws-sdk-cloudwatchevents/lib/aws-sdk-cloudwatchevents/types.rb', line 1060

class DeauthorizeConnectionResponse < 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.

Returns:

  • (Time)


1060
1061
1062
1063
1064
1065
1066
1067
1068
# File 'gems/aws-sdk-cloudwatchevents/lib/aws-sdk-cloudwatchevents/types.rb', line 1060

class DeauthorizeConnectionResponse < 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 updated.

Returns:

  • (Time)


1060
1061
1062
1063
1064
1065
1066
1067
1068
# File 'gems/aws-sdk-cloudwatchevents/lib/aws-sdk-cloudwatchevents/types.rb', line 1060

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