Class: Aws::EventBridge::Types::UpdateEndpointResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::EventBridge::Types::UpdateEndpointResponse
- Defined in:
- gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN of the endpoint you updated in this request.
-
#endpoint_id ⇒ String
The ID of the endpoint you updated in this request.
-
#endpoint_url ⇒ String
The URL of the endpoint you updated in this request.
-
#event_buses ⇒ Array<Types::EndpointEventBus>
The event buses used for replication for the endpoint you updated in this request.
-
#name ⇒ String
The name of the endpoint you updated in this request.
-
#replication_config ⇒ Types::ReplicationConfig
Whether event replication was enabled or disabled for the endpoint you updated in this request.
-
#role_arn ⇒ String
The ARN of the role used by event replication for the endpoint you updated in this request.
-
#routing_config ⇒ Types::RoutingConfig
The routing configuration you updated in this request.
-
#state ⇒ String
The state of the endpoint you updated in this request.
Instance Attribute Details
#arn ⇒ String
The ARN of the endpoint you updated in this request.
6465 6466 6467 6468 6469 6470 6471 6472 6473 6474 6475 6476 6477 |
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 6465 class UpdateEndpointResponse < Struct.new( :name, :arn, :routing_config, :replication_config, :event_buses, :role_arn, :endpoint_id, :endpoint_url, :state) SENSITIVE = [] include Aws::Structure end |
#endpoint_id ⇒ String
The ID of the endpoint you updated in this request.
6465 6466 6467 6468 6469 6470 6471 6472 6473 6474 6475 6476 6477 |
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 6465 class UpdateEndpointResponse < Struct.new( :name, :arn, :routing_config, :replication_config, :event_buses, :role_arn, :endpoint_id, :endpoint_url, :state) SENSITIVE = [] include Aws::Structure end |
#endpoint_url ⇒ String
The URL of the endpoint you updated in this request.
6465 6466 6467 6468 6469 6470 6471 6472 6473 6474 6475 6476 6477 |
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 6465 class UpdateEndpointResponse < Struct.new( :name, :arn, :routing_config, :replication_config, :event_buses, :role_arn, :endpoint_id, :endpoint_url, :state) SENSITIVE = [] include Aws::Structure end |
#event_buses ⇒ Array<Types::EndpointEventBus>
The event buses used for replication for the endpoint you updated in this request.
6465 6466 6467 6468 6469 6470 6471 6472 6473 6474 6475 6476 6477 |
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 6465 class UpdateEndpointResponse < Struct.new( :name, :arn, :routing_config, :replication_config, :event_buses, :role_arn, :endpoint_id, :endpoint_url, :state) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the endpoint you updated in this request.
6465 6466 6467 6468 6469 6470 6471 6472 6473 6474 6475 6476 6477 |
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 6465 class UpdateEndpointResponse < Struct.new( :name, :arn, :routing_config, :replication_config, :event_buses, :role_arn, :endpoint_id, :endpoint_url, :state) SENSITIVE = [] include Aws::Structure end |
#replication_config ⇒ Types::ReplicationConfig
Whether event replication was enabled or disabled for the endpoint you updated in this request.
6465 6466 6467 6468 6469 6470 6471 6472 6473 6474 6475 6476 6477 |
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 6465 class UpdateEndpointResponse < Struct.new( :name, :arn, :routing_config, :replication_config, :event_buses, :role_arn, :endpoint_id, :endpoint_url, :state) SENSITIVE = [] include Aws::Structure end |
#role_arn ⇒ String
The ARN of the role used by event replication for the endpoint you updated in this request.
6465 6466 6467 6468 6469 6470 6471 6472 6473 6474 6475 6476 6477 |
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 6465 class UpdateEndpointResponse < Struct.new( :name, :arn, :routing_config, :replication_config, :event_buses, :role_arn, :endpoint_id, :endpoint_url, :state) SENSITIVE = [] include Aws::Structure end |
#routing_config ⇒ Types::RoutingConfig
The routing configuration you updated in this request.
6465 6466 6467 6468 6469 6470 6471 6472 6473 6474 6475 6476 6477 |
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 6465 class UpdateEndpointResponse < Struct.new( :name, :arn, :routing_config, :replication_config, :event_buses, :role_arn, :endpoint_id, :endpoint_url, :state) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
The state of the endpoint you updated in this request.
6465 6466 6467 6468 6469 6470 6471 6472 6473 6474 6475 6476 6477 |
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 6465 class UpdateEndpointResponse < Struct.new( :name, :arn, :routing_config, :replication_config, :event_buses, :role_arn, :endpoint_id, :endpoint_url, :state) SENSITIVE = [] include Aws::Structure end |