Class: Aws::EventBridge::Types::ApiDestination

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb

Overview

Contains details about an API destination.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#api_destination_arnString

The ARN of the API destination.

Returns:

  • (String)


67
68
69
70
71
72
73
74
75
76
77
78
79
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 67

class ApiDestination < Struct.new(
  :api_destination_arn,
  :name,
  :api_destination_state,
  :connection_arn,
  :invocation_endpoint,
  :http_method,
  :invocation_rate_limit_per_second,
  :creation_time,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#api_destination_stateString

The state of the API destination.

Returns:

  • (String)


67
68
69
70
71
72
73
74
75
76
77
78
79
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 67

class ApiDestination < Struct.new(
  :api_destination_arn,
  :name,
  :api_destination_state,
  :connection_arn,
  :invocation_endpoint,
  :http_method,
  :invocation_rate_limit_per_second,
  :creation_time,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#connection_arnString

The ARN of the connection specified for the API destination.

Returns:

  • (String)


67
68
69
70
71
72
73
74
75
76
77
78
79
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 67

class ApiDestination < Struct.new(
  :api_destination_arn,
  :name,
  :api_destination_state,
  :connection_arn,
  :invocation_endpoint,
  :http_method,
  :invocation_rate_limit_per_second,
  :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)


67
68
69
70
71
72
73
74
75
76
77
78
79
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 67

class ApiDestination < Struct.new(
  :api_destination_arn,
  :name,
  :api_destination_state,
  :connection_arn,
  :invocation_endpoint,
  :http_method,
  :invocation_rate_limit_per_second,
  :creation_time,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#http_methodString

The method to use to connect to the HTTP endpoint.

Returns:

  • (String)


67
68
69
70
71
72
73
74
75
76
77
78
79
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 67

class ApiDestination < Struct.new(
  :api_destination_arn,
  :name,
  :api_destination_state,
  :connection_arn,
  :invocation_endpoint,
  :http_method,
  :invocation_rate_limit_per_second,
  :creation_time,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#invocation_endpointString

The URL to the endpoint for the API destination.

Returns:

  • (String)


67
68
69
70
71
72
73
74
75
76
77
78
79
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 67

class ApiDestination < Struct.new(
  :api_destination_arn,
  :name,
  :api_destination_state,
  :connection_arn,
  :invocation_endpoint,
  :http_method,
  :invocation_rate_limit_per_second,
  :creation_time,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#invocation_rate_limit_per_secondInteger

The maximum number of invocations per second to send to the HTTP endpoint.

Returns:

  • (Integer)


67
68
69
70
71
72
73
74
75
76
77
78
79
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 67

class ApiDestination < Struct.new(
  :api_destination_arn,
  :name,
  :api_destination_state,
  :connection_arn,
  :invocation_endpoint,
  :http_method,
  :invocation_rate_limit_per_second,
  :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)


67
68
69
70
71
72
73
74
75
76
77
78
79
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 67

class ApiDestination < Struct.new(
  :api_destination_arn,
  :name,
  :api_destination_state,
  :connection_arn,
  :invocation_endpoint,
  :http_method,
  :invocation_rate_limit_per_second,
  :creation_time,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the API destination.

Returns:

  • (String)


67
68
69
70
71
72
73
74
75
76
77
78
79
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 67

class ApiDestination < Struct.new(
  :api_destination_arn,
  :name,
  :api_destination_state,
  :connection_arn,
  :invocation_endpoint,
  :http_method,
  :invocation_rate_limit_per_second,
  :creation_time,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end