Class: Aws::Types::CreateMarketplaceModelEndpointRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateMarketplaceModelEndpointRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#accept_eula ⇒ Boolean
Returns the value of attribute accept_eula.
-
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
-
#endpoint_config ⇒ Types::EndpointConfig
Returns the value of attribute endpoint_config.
-
#endpoint_name ⇒ ::String
Returns the value of attribute endpoint_name.
-
#model_source_identifier ⇒ ::String
Returns the value of attribute model_source_identifier.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#accept_eula ⇒ Boolean
Returns the value of attribute accept_eula.
1085 1086 1087 |
# File 'sig/types.rbs', line 1085 def accept_eula @accept_eula end |
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
1087 1088 1089 |
# File 'sig/types.rbs', line 1087 def client_request_token @client_request_token end |
#endpoint_config ⇒ Types::EndpointConfig
Returns the value of attribute endpoint_config.
1084 1085 1086 |
# File 'sig/types.rbs', line 1084 def endpoint_config @endpoint_config end |
#endpoint_name ⇒ ::String
Returns the value of attribute endpoint_name.
1086 1087 1088 |
# File 'sig/types.rbs', line 1086 def endpoint_name @endpoint_name end |
#model_source_identifier ⇒ ::String
Returns the value of attribute model_source_identifier.
1083 1084 1085 |
# File 'sig/types.rbs', line 1083 def model_source_identifier @model_source_identifier end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
1088 1089 1090 |
# File 'sig/types.rbs', line 1088 def @tags end |