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.
13999 14000 14001 |
# File 'sig/types.rbs', line 13999 def attribute @attribute end |
#description ⇒ Types::AttributeValue
Returns the value of attribute description.
14000 14001 14002 |
# File 'sig/types.rbs', line 14000 def description @description end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
14011 14012 14013 |
# File 'sig/types.rbs', line 14011 def dry_run @dry_run end |
#image_id ⇒ ::String
Returns the value of attribute image_id.
14001 14002 14003 |
# File 'sig/types.rbs', line 14001 def image_id @image_id end |
#imds_support ⇒ Types::AttributeValue
Returns the value of attribute imds_support.
14010 14011 14012 |
# File 'sig/types.rbs', line 14010 def imds_support @imds_support end |
#launch_permission ⇒ Types::LaunchPermissionModifications
Returns the value of attribute launch_permission.
14002 14003 14004 |
# File 'sig/types.rbs', line 14002 def @launch_permission end |
#operation_type ⇒ "add", "remove"
Returns the value of attribute operation_type.
14003 14004 14005 |
# File 'sig/types.rbs', line 14003 def operation_type @operation_type end |
#organization_arns ⇒ ::Array[::String]
Returns the value of attribute organization_arns.
14008 14009 14010 |
# File 'sig/types.rbs', line 14008 def organization_arns @organization_arns end |
#organizational_unit_arns ⇒ ::Array[::String]
Returns the value of attribute organizational_unit_arns.
14009 14010 14011 |
# File 'sig/types.rbs', line 14009 def organizational_unit_arns @organizational_unit_arns end |
#product_codes ⇒ ::Array[::String]
Returns the value of attribute product_codes.
14004 14005 14006 |
# File 'sig/types.rbs', line 14004 def product_codes @product_codes end |
#user_groups ⇒ ::Array[::String]
Returns the value of attribute user_groups.
14005 14006 14007 |
# File 'sig/types.rbs', line 14005 def user_groups @user_groups end |
#user_ids ⇒ ::Array[::String]
Returns the value of attribute user_ids.
14006 14007 14008 |
# File 'sig/types.rbs', line 14006 def user_ids @user_ids end |
#value ⇒ ::String
Returns the value of attribute value.
14007 14008 14009 |
# File 'sig/types.rbs', line 14007 def value @value end |