Class: Aws::Types::GetDownloadUrlForLayerResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#download_url::String

Returns the value of attribute download_url.

Returns:

  • (::String)


485
486
487
# File 'sig/types.rbs', line 485

def download_url
  @download_url
end

#layer_digest::String

Returns the value of attribute layer_digest.

Returns:

  • (::String)


486
487
488
# File 'sig/types.rbs', line 486

def layer_digest
  @layer_digest
end