Class: Aws::Types::ModifyFpgaImageAttributeRequest
- Inherits:
-
Object
- Object
- Aws::Types::ModifyFpgaImageAttributeRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attribute ⇒ "description", ...
Returns the value of attribute attribute.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#fpga_image_id ⇒ ::String
Returns the value of attribute fpga_image_id.
-
#load_permission ⇒ Types::LoadPermissionModifications
Returns the value of attribute load_permission.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#operation_type ⇒ "add", "remove"
Returns the value of attribute operation_type.
-
#product_codes ⇒ ::Array[::String]
Returns the value of attribute product_codes.
-
#user_groups ⇒ ::Array[::String]
Returns the value of attribute user_groups.
-
#user_ids ⇒ ::Array[::String]
Returns the value of attribute user_ids.
Instance Attribute Details
#attribute ⇒ "description", ...
Returns the value of attribute attribute.
13335 13336 13337 |
# File 'sig/types.rbs', line 13335 def attribute @attribute end |
#description ⇒ ::String
Returns the value of attribute description.
13341 13342 13343 |
# File 'sig/types.rbs', line 13341 def description @description end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
13333 13334 13335 |
# File 'sig/types.rbs', line 13333 def dry_run @dry_run end |
#fpga_image_id ⇒ ::String
Returns the value of attribute fpga_image_id.
13334 13335 13336 |
# File 'sig/types.rbs', line 13334 def fpga_image_id @fpga_image_id end |
#load_permission ⇒ Types::LoadPermissionModifications
Returns the value of attribute load_permission.
13340 13341 13342 |
# File 'sig/types.rbs', line 13340 def @load_permission end |
#name ⇒ ::String
Returns the value of attribute name.
13342 13343 13344 |
# File 'sig/types.rbs', line 13342 def name @name end |
#operation_type ⇒ "add", "remove"
Returns the value of attribute operation_type.
13336 13337 13338 |
# File 'sig/types.rbs', line 13336 def operation_type @operation_type end |
#product_codes ⇒ ::Array[::String]
Returns the value of attribute product_codes.
13339 13340 13341 |
# File 'sig/types.rbs', line 13339 def product_codes @product_codes end |
#user_groups ⇒ ::Array[::String]
Returns the value of attribute user_groups.
13338 13339 13340 |
# File 'sig/types.rbs', line 13338 def user_groups @user_groups end |
#user_ids ⇒ ::Array[::String]
Returns the value of attribute user_ids.
13337 13338 13339 |
# File 'sig/types.rbs', line 13337 def user_ids @user_ids end |