Class: Aws::Types::CreatePresignedMlflowAppUrlRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreatePresignedMlflowAppUrlRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#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.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
2767 2768 2769 |
# File 'sig/types.rbs', line 2767 def arn @arn end |
#expires_in_seconds ⇒ ::Integer
Returns the value of attribute expires_in_seconds.
2768 2769 2770 |
# File 'sig/types.rbs', line 2768 def expires_in_seconds @expires_in_seconds end |
#session_expiration_duration_in_seconds ⇒ ::Integer
Returns the value of attribute session_expiration_duration_in_seconds.
2769 2770 2771 |
# File 'sig/types.rbs', line 2769 def session_expiration_duration_in_seconds @session_expiration_duration_in_seconds end |