Class: Aws::Types::CreateEndpointResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateEndpointResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#event_buses ⇒ ::Array[Types::EndpointEventBus]
Returns the value of attribute event_buses.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#replication_config ⇒ Types::ReplicationConfig
Returns the value of attribute replication_config.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#routing_config ⇒ Types::RoutingConfig
Returns the value of attribute routing_config.
-
#state ⇒ "ACTIVE", ...
Returns the value of attribute state.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
286 287 288 |
# File 'sig/types.rbs', line 286 def arn @arn end |
#event_buses ⇒ ::Array[Types::EndpointEventBus]
Returns the value of attribute event_buses.
289 290 291 |
# File 'sig/types.rbs', line 289 def event_buses @event_buses end |
#name ⇒ ::String
Returns the value of attribute name.
285 286 287 |
# File 'sig/types.rbs', line 285 def name @name end |
#replication_config ⇒ Types::ReplicationConfig
Returns the value of attribute replication_config.
288 289 290 |
# File 'sig/types.rbs', line 288 def replication_config @replication_config end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
290 291 292 |
# File 'sig/types.rbs', line 290 def role_arn @role_arn end |
#routing_config ⇒ Types::RoutingConfig
Returns the value of attribute routing_config.
287 288 289 |
# File 'sig/types.rbs', line 287 def routing_config @routing_config end |
#state ⇒ "ACTIVE", ...
Returns the value of attribute state.
291 292 293 |
# File 'sig/types.rbs', line 291 def state @state end |