Class: Aws::EventBridge::Types::UpdateEndpointResponse

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

#arnString

The ARN of the endpoint you updated in this request.

Returns:

  • (String)


5076
5077
5078
5079
5080
5081
5082
5083
5084
5085
5086
5087
5088
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 5076

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_idString

The ID of the endpoint you updated in this request.

Returns:

  • (String)


5076
5077
5078
5079
5080
5081
5082
5083
5084
5085
5086
5087
5088
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 5076

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_urlString

The URL of the endpoint you updated in this request.

Returns:

  • (String)


5076
5077
5078
5079
5080
5081
5082
5083
5084
5085
5086
5087
5088
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 5076

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_busesArray<Types::EndpointEventBus>

The event buses used for replication for the endpoint you updated in this request.

Returns:



5076
5077
5078
5079
5080
5081
5082
5083
5084
5085
5086
5087
5088
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 5076

class UpdateEndpointResponse < Struct.new(
  :name,
  :arn,
  :routing_config,
  :replication_config,
  :event_buses,
  :role_arn,
  :endpoint_id,
  :endpoint_url,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the endpoint you updated in this request.

Returns:

  • (String)


5076
5077
5078
5079
5080
5081
5082
5083
5084
5085
5086
5087
5088
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 5076

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_configTypes::ReplicationConfig

Whether event replication was enabled or disabled for the endpoint you updated in this request.



5076
5077
5078
5079
5080
5081
5082
5083
5084
5085
5086
5087
5088
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 5076

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_arnString

The ARN of the role used by event replication for the endpoint you updated in this request.

Returns:

  • (String)


5076
5077
5078
5079
5080
5081
5082
5083
5084
5085
5086
5087
5088
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 5076

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_configTypes::RoutingConfig

The routing configuration you updated in this request.



5076
5077
5078
5079
5080
5081
5082
5083
5084
5085
5086
5087
5088
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 5076

class UpdateEndpointResponse < Struct.new(
  :name,
  :arn,
  :routing_config,
  :replication_config,
  :event_buses,
  :role_arn,
  :endpoint_id,
  :endpoint_url,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

The state of the endpoint you updated in this request.

Returns:

  • (String)


5076
5077
5078
5079
5080
5081
5082
5083
5084
5085
5086
5087
5088
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 5076

class UpdateEndpointResponse < Struct.new(
  :name,
  :arn,
  :routing_config,
  :replication_config,
  :event_buses,
  :role_arn,
  :endpoint_id,
  :endpoint_url,
  :state)
  SENSITIVE = []
  include Aws::Structure
end