Class: Aws::Types::UpdateEndpointRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateEndpointRequest
- 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.
1322 1323 1324 |
# File 'sig/types.rbs', line 1322 def description @description end |
#event_buses ⇒ ::Array[Types::EndpointEventBus]
Returns the value of attribute event_buses.
1325 1326 1327 |
# File 'sig/types.rbs', line 1325 def event_buses @event_buses end |
#name ⇒ ::String
Returns the value of attribute name.
1321 1322 1323 |
# File 'sig/types.rbs', line 1321 def name @name end |
#replication_config ⇒ Types::ReplicationConfig
Returns the value of attribute replication_config.
1324 1325 1326 |
# File 'sig/types.rbs', line 1324 def replication_config @replication_config end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
1326 1327 1328 |
# File 'sig/types.rbs', line 1326 def role_arn @role_arn end |
#routing_config ⇒ Types::RoutingConfig
Returns the value of attribute routing_config.
1323 1324 1325 |
# File 'sig/types.rbs', line 1323 def routing_config @routing_config end |