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.



1437
1438
1439
# File 'sig/types.rbs', line 1437

def latest_matching_version
  @latest_matching_version
end

#layer_arn::String

Returns the value of attribute layer_arn.

Returns:

  • (::String)


1436
1437
1438
# File 'sig/types.rbs', line 1436

def layer_arn
  @layer_arn
end

#layer_name::String

Returns the value of attribute layer_name.

Returns:

  • (::String)


1435
1436
1437
# File 'sig/types.rbs', line 1435

def layer_name
  @layer_name
end