Method: Aws::EventBridge::Types::CreateEndpointResponse#name
- Defined in:
- lib/aws-sdk-eventbridge/types.rb
#name ⇒ String
The name of the endpoint that was created by this request.
1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 |
# File 'lib/aws-sdk-eventbridge/types.rb', line 1147 class CreateEndpointResponse < Struct.new( :name, :arn, :routing_config, :replication_config, :event_buses, :role_arn, :state) SENSITIVE = [] include Aws::Structure end |