Class: Aws::Types::CreatePresignedMlflowTrackingServerUrlRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#expires_in_seconds::Integer

Returns the value of attribute expires_in_seconds.

Returns:

  • (::Integer)


2778
2779
2780
# File 'sig/types.rbs', line 2778

def expires_in_seconds
  @expires_in_seconds
end

#session_expiration_duration_in_seconds::Integer

Returns the value of attribute session_expiration_duration_in_seconds.

Returns:

  • (::Integer)


2779
2780
2781
# File 'sig/types.rbs', line 2779

def session_expiration_duration_in_seconds
  @session_expiration_duration_in_seconds
end

#tracking_server_name::String

Returns the value of attribute tracking_server_name.

Returns:

  • (::String)


2777
2778
2779
# File 'sig/types.rbs', line 2777

def tracking_server_name
  @tracking_server_name
end