Class: Aws::CloudWatchEvents::Types::CreateApiDestinationResponse

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

#api_destination_arnString

The ARN of the API destination that was created by the request.

Returns:

  • (String)


671
672
673
674
675
676
677
678
# File 'gems/aws-sdk-cloudwatchevents/lib/aws-sdk-cloudwatchevents/types.rb', line 671

class CreateApiDestinationResponse < 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 created by the request.

Returns:

  • (String)


671
672
673
674
675
676
677
678
# File 'gems/aws-sdk-cloudwatchevents/lib/aws-sdk-cloudwatchevents/types.rb', line 671

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

#creation_timeTime

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

Returns:

  • (Time)


671
672
673
674
675
676
677
678
# File 'gems/aws-sdk-cloudwatchevents/lib/aws-sdk-cloudwatchevents/types.rb', line 671

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

#last_modified_timeTime

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

Returns:

  • (Time)


671
672
673
674
675
676
677
678
# File 'gems/aws-sdk-cloudwatchevents/lib/aws-sdk-cloudwatchevents/types.rb', line 671

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