Class: Aws::Types::GetPersistentAppUIPresignedURLOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#presigned_url::String

Returns the value of attribute presigned_url.

Returns:

  • (::String)


575
576
577
# File 'sig/types.rbs', line 575

def presigned_url
  @presigned_url
end

#presigned_url_readyBoolean

Returns the value of attribute presigned_url_ready.

Returns:

  • (Boolean)


574
575
576
# File 'sig/types.rbs', line 574

def presigned_url_ready
  @presigned_url_ready
end