Class: Aws::Types::LayersListItem
- Inherits:
-
Object
- Object
- Aws::Types::LayersListItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#latest_matching_version ⇒ Types::LayerVersionsListItem
Returns the value of attribute latest_matching_version.
-
#layer_arn ⇒ ::String
Returns the value of attribute layer_arn.
-
#layer_name ⇒ ::String
Returns the value of attribute layer_name.
Instance Attribute Details
#latest_matching_version ⇒ Types::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.
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.
1418 1419 1420 |
# File 'sig/types.rbs', line 1418 def layer_name @layer_name end |