Class: Aws::Types::CreatePresignedMlflowTrackingServerUrlRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreatePresignedMlflowTrackingServerUrlRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#expires_in_seconds ⇒ ::Integer
Returns the value of attribute expires_in_seconds.
-
#session_expiration_duration_in_seconds ⇒ ::Integer
Returns the value of attribute session_expiration_duration_in_seconds.
-
#tracking_server_name ⇒ ::String
Returns the value of attribute tracking_server_name.
Instance Attribute Details
#expires_in_seconds ⇒ ::Integer
Returns the value of attribute expires_in_seconds.
2795 2796 2797 |
# File 'sig/types.rbs', line 2795 def expires_in_seconds @expires_in_seconds end |
#session_expiration_duration_in_seconds ⇒ ::Integer
Returns the value of attribute session_expiration_duration_in_seconds.
2796 2797 2798 |
# File 'sig/types.rbs', line 2796 def session_expiration_duration_in_seconds @session_expiration_duration_in_seconds end |
#tracking_server_name ⇒ ::String
Returns the value of attribute tracking_server_name.
2794 2795 2796 |
# File 'sig/types.rbs', line 2794 def tracking_server_name @tracking_server_name end |