Class: Aws::CloudWatchEvents::Types::ApiDestination
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchEvents::Types::ApiDestination
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchevents/types.rb
Overview
Contains details about an API destination.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#api_destination_arn ⇒ String
The ARN of the API destination.
-
#api_destination_state ⇒ String
The state of the API destination.
-
#connection_arn ⇒ String
The ARN of the connection specified for the API destination.
-
#creation_time ⇒ Time
A time stamp for the time that the API destination was created.
-
#http_method ⇒ String
The method to use to connect to the HTTP endpoint.
-
#invocation_endpoint ⇒ String
The URL to the endpoint for the API destination.
-
#invocation_rate_limit_per_second ⇒ Integer
The maximum number of invocations per second to send to the HTTP endpoint.
-
#last_modified_time ⇒ Time
A time stamp for the time that the API destination was last modified.
-
#name ⇒ String
The name of the API destination.
Instance Attribute Details
#api_destination_arn ⇒ String
The ARN of the API destination.
67 68 69 70 71 72 73 74 75 76 77 78 79 |
# File 'lib/aws-sdk-cloudwatchevents/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_state ⇒ String
The state of the API destination.
67 68 69 70 71 72 73 74 75 76 77 78 79 |
# File 'lib/aws-sdk-cloudwatchevents/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_arn ⇒ String
The ARN of the connection specified for the API destination.
67 68 69 70 71 72 73 74 75 76 77 78 79 |
# File 'lib/aws-sdk-cloudwatchevents/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_time ⇒ Time
A time stamp for the time that the API destination was created.
67 68 69 70 71 72 73 74 75 76 77 78 79 |
# File 'lib/aws-sdk-cloudwatchevents/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_method ⇒ String
The method to use to connect to the HTTP endpoint.
67 68 69 70 71 72 73 74 75 76 77 78 79 |
# File 'lib/aws-sdk-cloudwatchevents/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_endpoint ⇒ String
The URL to the endpoint for the API destination.
67 68 69 70 71 72 73 74 75 76 77 78 79 |
# File 'lib/aws-sdk-cloudwatchevents/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_second ⇒ Integer
The maximum number of invocations per second to send to the HTTP endpoint.
67 68 69 70 71 72 73 74 75 76 77 78 79 |
# File 'lib/aws-sdk-cloudwatchevents/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_time ⇒ Time
A time stamp for the time that the API destination was last modified.
67 68 69 70 71 72 73 74 75 76 77 78 79 |
# File 'lib/aws-sdk-cloudwatchevents/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 |
#name ⇒ String
The name of the API destination.
67 68 69 70 71 72 73 74 75 76 77 78 79 |
# File 'lib/aws-sdk-cloudwatchevents/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 |