Class: Aws::Types::MarketplaceModelEndpoint
- Inherits:
-
Object
- Object
- Aws::Types::MarketplaceModelEndpoint
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#endpoint_arn ⇒ ::String
Returns the value of attribute endpoint_arn.
-
#endpoint_config ⇒ Types::EndpointConfig
Returns the value of attribute endpoint_config.
-
#endpoint_status ⇒ ::String
Returns the value of attribute endpoint_status.
-
#endpoint_status_message ⇒ ::String
Returns the value of attribute endpoint_status_message.
-
#model_source_identifier ⇒ ::String
Returns the value of attribute model_source_identifier.
-
#status ⇒ "REGISTERED", "INCOMPATIBLE_ENDPOINT"
Returns the value of attribute status.
-
#status_message ⇒ ::String
Returns the value of attribute status_message.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
2928 2929 2930 |
# File 'sig/types.rbs', line 2928 def created_at @created_at end |
#endpoint_arn ⇒ ::String
Returns the value of attribute endpoint_arn.
2924 2925 2926 |
# File 'sig/types.rbs', line 2924 def endpoint_arn @endpoint_arn end |
#endpoint_config ⇒ Types::EndpointConfig
Returns the value of attribute endpoint_config.
2930 2931 2932 |
# File 'sig/types.rbs', line 2930 def endpoint_config @endpoint_config end |
#endpoint_status ⇒ ::String
Returns the value of attribute endpoint_status.
2931 2932 2933 |
# File 'sig/types.rbs', line 2931 def endpoint_status @endpoint_status end |
#endpoint_status_message ⇒ ::String
Returns the value of attribute endpoint_status_message.
2932 2933 2934 |
# File 'sig/types.rbs', line 2932 def @endpoint_status_message end |
#model_source_identifier ⇒ ::String
Returns the value of attribute model_source_identifier.
2925 2926 2927 |
# File 'sig/types.rbs', line 2925 def model_source_identifier @model_source_identifier end |
#status ⇒ "REGISTERED", "INCOMPATIBLE_ENDPOINT"
Returns the value of attribute status.
2926 2927 2928 |
# File 'sig/types.rbs', line 2926 def status @status end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
2927 2928 2929 |
# File 'sig/types.rbs', line 2927 def @status_message end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
2929 2930 2931 |
# File 'sig/types.rbs', line 2929 def updated_at @updated_at end |