Class: Aws::Types::Layer
- Inherits:
-
Object
- Object
- Aws::Types::Layer
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#layer_availability ⇒ "AVAILABLE", ...
Returns the value of attribute layer_availability.
-
#layer_digest ⇒ ::String
Returns the value of attribute layer_digest.
-
#layer_size ⇒ ::Integer
Returns the value of attribute layer_size.
-
#media_type ⇒ ::String
Returns the value of attribute media_type.
Instance Attribute Details
#layer_availability ⇒ "AVAILABLE", ...
Returns the value of attribute layer_availability.
748 749 750 |
# File 'sig/types.rbs', line 748 def layer_availability @layer_availability end |
#layer_digest ⇒ ::String
Returns the value of attribute layer_digest.
747 748 749 |
# File 'sig/types.rbs', line 747 def layer_digest @layer_digest end |
#layer_size ⇒ ::Integer
Returns the value of attribute layer_size.
749 750 751 |
# File 'sig/types.rbs', line 749 def layer_size @layer_size end |
#media_type ⇒ ::String
Returns the value of attribute media_type.
750 751 752 |
# File 'sig/types.rbs', line 750 def media_type @media_type end |