Class: Aws::Types::CreateEndpointRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateEndpointRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#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.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
276 277 278 |
# File 'sig/types.rbs', line 276 def description @description end |
#event_buses ⇒ ::Array[Types::EndpointEventBus]
Returns the value of attribute event_buses.
279 280 281 |
# File 'sig/types.rbs', line 279 def event_buses @event_buses end |
#name ⇒ ::String
Returns the value of attribute name.
275 276 277 |
# File 'sig/types.rbs', line 275 def name @name end |
#replication_config ⇒ Types::ReplicationConfig
Returns the value of attribute replication_config.
278 279 280 |
# File 'sig/types.rbs', line 278 def replication_config @replication_config end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
280 281 282 |
# File 'sig/types.rbs', line 280 def role_arn @role_arn end |
#routing_config ⇒ Types::RoutingConfig
Returns the value of attribute routing_config.
277 278 279 |
# File 'sig/types.rbs', line 277 def routing_config @routing_config end |