Class: Aws::Types::LayersListItem

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#latest_matching_versionTypes::LayerVersionsListItem

Returns the value of attribute latest_matching_version.



1420
1421
1422
# File 'sig/types.rbs', line 1420

def latest_matching_version
  @latest_matching_version
end

#layer_arn::String

Returns the value of attribute layer_arn.

Returns:

  • (::String)


1419
1420
1421
# File 'sig/types.rbs', line 1419

def layer_arn
  @layer_arn
end

#layer_name::String

Returns the value of attribute layer_name.

Returns:

  • (::String)


1418
1419
1420
# File 'sig/types.rbs', line 1418

def layer_name
  @layer_name
end