Class: Aws::Types::ModifyImageAttributeRequest
- Inherits:
-
Object
- Object
- Aws::Types::ModifyImageAttributeRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attribute ⇒ ::String
Returns the value of attribute attribute.
-
#description ⇒ Types::AttributeValue
Returns the value of attribute description.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#image_id ⇒ ::String
Returns the value of attribute image_id.
-
#imds_support ⇒ Types::AttributeValue
Returns the value of attribute imds_support.
-
#launch_permission ⇒ Types::LaunchPermissionModifications
Returns the value of attribute launch_permission.
-
#operation_type ⇒ "add", "remove"
Returns the value of attribute operation_type.
-
#organization_arns ⇒ ::Array[::String]
Returns the value of attribute organization_arns.
-
#organizational_unit_arns ⇒ ::Array[::String]
Returns the value of attribute organizational_unit_arns.
-
#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.
-
#value ⇒ ::String
Returns the value of attribute value.
Instance Attribute Details
#attribute ⇒ ::String
Returns the value of attribute attribute.
13381 13382 13383 |
# File 'sig/types.rbs', line 13381 def attribute @attribute end |
#description ⇒ Types::AttributeValue
Returns the value of attribute description.
13382 13383 13384 |
# File 'sig/types.rbs', line 13382 def description @description end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
13393 13394 13395 |
# File 'sig/types.rbs', line 13393 def dry_run @dry_run end |
#image_id ⇒ ::String
Returns the value of attribute image_id.
13383 13384 13385 |
# File 'sig/types.rbs', line 13383 def image_id @image_id end |
#imds_support ⇒ Types::AttributeValue
Returns the value of attribute imds_support.
13392 13393 13394 |
# File 'sig/types.rbs', line 13392 def imds_support @imds_support end |
#launch_permission ⇒ Types::LaunchPermissionModifications
Returns the value of attribute launch_permission.
13384 13385 13386 |
# File 'sig/types.rbs', line 13384 def @launch_permission end |
#operation_type ⇒ "add", "remove"
Returns the value of attribute operation_type.
13385 13386 13387 |
# File 'sig/types.rbs', line 13385 def operation_type @operation_type end |
#organization_arns ⇒ ::Array[::String]
Returns the value of attribute organization_arns.
13390 13391 13392 |
# File 'sig/types.rbs', line 13390 def organization_arns @organization_arns end |
#organizational_unit_arns ⇒ ::Array[::String]
Returns the value of attribute organizational_unit_arns.
13391 13392 13393 |
# File 'sig/types.rbs', line 13391 def organizational_unit_arns @organizational_unit_arns end |
#product_codes ⇒ ::Array[::String]
Returns the value of attribute product_codes.
13386 13387 13388 |
# File 'sig/types.rbs', line 13386 def product_codes @product_codes end |
#user_groups ⇒ ::Array[::String]
Returns the value of attribute user_groups.
13387 13388 13389 |
# File 'sig/types.rbs', line 13387 def user_groups @user_groups end |
#user_ids ⇒ ::Array[::String]
Returns the value of attribute user_ids.
13388 13389 13390 |
# File 'sig/types.rbs', line 13388 def user_ids @user_ids end |
#value ⇒ ::String
Returns the value of attribute value.
13389 13390 13391 |
# File 'sig/types.rbs', line 13389 def value @value end |