Class: Aws::Types::UpdateMarketplaceModelEndpointRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateMarketplaceModelEndpointRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
-
#endpoint_arn ⇒ ::String
Returns the value of attribute endpoint_arn.
-
#endpoint_config ⇒ Types::EndpointConfig
Returns the value of attribute endpoint_config.
Instance Attribute Details
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
3667 3668 3669 |
# File 'sig/types.rbs', line 3667 def client_request_token @client_request_token end |
#endpoint_arn ⇒ ::String
Returns the value of attribute endpoint_arn.
3665 3666 3667 |
# File 'sig/types.rbs', line 3665 def endpoint_arn @endpoint_arn end |
#endpoint_config ⇒ Types::EndpointConfig
Returns the value of attribute endpoint_config.
3666 3667 3668 |
# File 'sig/types.rbs', line 3666 def endpoint_config @endpoint_config end |