Class: Aws::EventBridge::Types::CreateEndpointResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::EventBridge::Types::CreateEndpointResponse
 
- 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 that was created by this request. 
- 
  
    
      #event_buses  ⇒ Array<Types::EndpointEventBus> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The event buses used by this request. 
- 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the endpoint that was created by this request. 
- 
  
    
      #replication_config  ⇒ Types::ReplicationConfig 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Whether event replication was enabled or disabled by this request. 
- 
  
    
      #role_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The ARN of the role used by event replication for this request. 
- 
  
    
      #routing_config  ⇒ Types::RoutingConfig 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The routing configuration defined by this request. 
- 
  
    
      #state  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The state of the endpoint that was created by this request. 
Instance Attribute Details
#arn ⇒ String
The ARN of the endpoint that was created by this request.
| 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 | # File 'gems/aws-sdk-eventbridge/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 | 
#event_buses ⇒ Array<Types::EndpointEventBus>
The event buses used by this request.
| 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 | # File 'gems/aws-sdk-eventbridge/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 | 
#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 'gems/aws-sdk-eventbridge/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 | 
#replication_config ⇒ Types::ReplicationConfig
Whether event replication was enabled or disabled by this request.
| 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 | # File 'gems/aws-sdk-eventbridge/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 | 
#role_arn ⇒ String
The ARN of the role used by event replication for this request.
| 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 | # File 'gems/aws-sdk-eventbridge/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 | 
#routing_config ⇒ Types::RoutingConfig
The routing configuration defined by this request.
| 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 | # File 'gems/aws-sdk-eventbridge/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 | 
#state ⇒ String
The state of the endpoint that was created by this request.
| 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 | # File 'gems/aws-sdk-eventbridge/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 |