Class: Aws::EventBridge::Types::CreateEndpointResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN of the endpoint that was created by this request.

Returns:

  • (String)


1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
# File 'lib/aws-sdk-eventbridge/types.rb', line 1129

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

#event_busesArray<Types::EndpointEventBus>

The event buses used by this request.

Returns:



1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
# File 'lib/aws-sdk-eventbridge/types.rb', line 1129

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

#nameString

The name of the endpoint that was created by this request.

Returns:

  • (String)


1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
# File 'lib/aws-sdk-eventbridge/types.rb', line 1129

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

#replication_configTypes::ReplicationConfig

Whether event replication was enabled or disabled by this request.



1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
# File 'lib/aws-sdk-eventbridge/types.rb', line 1129

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

#role_arnString

The ARN of the role used by event replication for this request.

Returns:

  • (String)


1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
# File 'lib/aws-sdk-eventbridge/types.rb', line 1129

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

#routing_configTypes::RoutingConfig

The routing configuration defined by this request.



1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
# File 'lib/aws-sdk-eventbridge/types.rb', line 1129

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

#stateString

The state of the endpoint that was created by this request.

Returns:

  • (String)


1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
# File 'lib/aws-sdk-eventbridge/types.rb', line 1129

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