Class: Aws::EventBridge::Types::UpdateApiDestinationResponse

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

#api_destination_arnString

The ARN of the API destination that was updated.

Returns:

  • (String)


4957
4958
4959
4960
4961
4962
4963
4964
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 4957

class UpdateApiDestinationResponse < Struct.new(
  :api_destination_arn,
  :api_destination_state,
  :creation_time,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#api_destination_stateString

The state of the API destination that was updated.

Returns:

  • (String)


4957
4958
4959
4960
4961
4962
4963
4964
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 4957

class UpdateApiDestinationResponse < Struct.new(
  :api_destination_arn,
  :api_destination_state,
  :creation_time,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#creation_timeTime

A time stamp for the time that the API destination was created.

Returns:

  • (Time)


4957
4958
4959
4960
4961
4962
4963
4964
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 4957

class UpdateApiDestinationResponse < Struct.new(
  :api_destination_arn,
  :api_destination_state,
  :creation_time,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_timeTime

A time stamp for the time that the API destination was last modified.

Returns:

  • (Time)


4957
4958
4959
4960
4961
4962
4963
4964
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 4957

class UpdateApiDestinationResponse < Struct.new(
  :api_destination_arn,
  :api_destination_state,
  :creation_time,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end