Class: Aws::Types::CreatePresignedNotebookUrlResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#auth_token::String

Returns the value of attribute auth_token.

Returns:

  • (::String)


240
241
242
# File 'sig/types.rbs', line 240

def auth_token
  @auth_token
end

#auth_token_expiration_time::Integer

Returns the value of attribute auth_token_expiration_time.

Returns:

  • (::Integer)


241
242
243
# File 'sig/types.rbs', line 241

def auth_token_expiration_time
  @auth_token_expiration_time
end

#notebook_url::String

Returns the value of attribute notebook_url.

Returns:

  • (::String)


239
240
241
# File 'sig/types.rbs', line 239

def notebook_url
  @notebook_url
end