Class: Aws::Types::CreatePresignedMlflowAppUrlRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:



2782
2783
2784
# File 'sig/types.rbs', line 2782

def arn
  @arn
end

#expires_in_seconds::Integer

Returns the value of attribute expires_in_seconds.

Returns:



2783
2784
2785
# File 'sig/types.rbs', line 2783

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:



2784
2785
2786
# File 'sig/types.rbs', line 2784

def session_expiration_duration_in_seconds
  @session_expiration_duration_in_seconds
end