Class: Aws::Types::ImagePermissions
- Inherits:
-
Object
- Object
- Aws::Types::ImagePermissions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allow_fleet ⇒ Boolean
Returns the value of attribute allow_fleet.
-
#allow_image_builder ⇒ Boolean
Returns the value of attribute allow_image_builder.
Instance Attribute Details
#allow_fleet ⇒ Boolean
Returns the value of attribute allow_fleet.
1188 1189 1190 |
# File 'sig/types.rbs', line 1188 def allow_fleet @allow_fleet end |
#allow_image_builder ⇒ Boolean
Returns the value of attribute allow_image_builder.
1189 1190 1191 |
# File 'sig/types.rbs', line 1189 def allow_image_builder @allow_image_builder end |