Class: Aws::Types::GetDownloadUrlForLayerRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#layer_digest::String

Returns the value of attribute layer_digest.

Returns:

  • (::String)


480
481
482
# File 'sig/types.rbs', line 480

def layer_digest
  @layer_digest
end

#registry_id::String

Returns the value of attribute registry_id.

Returns:

  • (::String)


478
479
480
# File 'sig/types.rbs', line 478

def registry_id
  @registry_id
end

#repository_name::String

Returns the value of attribute repository_name.

Returns:

  • (::String)


479
480
481
# File 'sig/types.rbs', line 479

def repository_name
  @repository_name
end