Class: Aws::Types::UpdateEndpointResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateEndpointResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#endpoint_id ⇒ ::String
Returns the value of attribute endpoint_id.
-
#endpoint_url ⇒ ::String
Returns the value of attribute endpoint_url.
-
#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.
1332 1333 1334 |
# File 'sig/types.rbs', line 1332 def arn @arn end |
#endpoint_id ⇒ ::String
Returns the value of attribute endpoint_id.
1337 1338 1339 |
# File 'sig/types.rbs', line 1337 def endpoint_id @endpoint_id end |
#endpoint_url ⇒ ::String
Returns the value of attribute endpoint_url.
1338 1339 1340 |
# File 'sig/types.rbs', line 1338 def endpoint_url @endpoint_url end |
#event_buses ⇒ ::Array[Types::EndpointEventBus]
Returns the value of attribute event_buses.
1335 1336 1337 |
# File 'sig/types.rbs', line 1335 def event_buses @event_buses end |
#name ⇒ ::String
Returns the value of attribute name.
1331 1332 1333 |
# File 'sig/types.rbs', line 1331 def name @name end |
#replication_config ⇒ Types::ReplicationConfig
Returns the value of attribute replication_config.
1334 1335 1336 |
# File 'sig/types.rbs', line 1334 def replication_config @replication_config end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
1336 1337 1338 |
# File 'sig/types.rbs', line 1336 def role_arn @role_arn end |
#routing_config ⇒ Types::RoutingConfig
Returns the value of attribute routing_config.
1333 1334 1335 |
# File 'sig/types.rbs', line 1333 def routing_config @routing_config end |
#state ⇒ "ACTIVE", ...
Returns the value of attribute state.
1339 1340 1341 |
# File 'sig/types.rbs', line 1339 def state @state end |