Class: Aws::Types::ModifyImageAttributeRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attribute::String

Returns the value of attribute attribute.

Returns:

  • (::String)


13678
13679
13680
# File 'sig/types.rbs', line 13678

def attribute
  @attribute
end

#descriptionTypes::AttributeValue

Returns the value of attribute description.



13679
13680
13681
# File 'sig/types.rbs', line 13679

def description
  @description
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


13690
13691
13692
# File 'sig/types.rbs', line 13690

def dry_run
  @dry_run
end

#image_id::String

Returns the value of attribute image_id.

Returns:

  • (::String)


13680
13681
13682
# File 'sig/types.rbs', line 13680

def image_id
  @image_id
end

#imds_supportTypes::AttributeValue

Returns the value of attribute imds_support.



13689
13690
13691
# File 'sig/types.rbs', line 13689

def imds_support
  @imds_support
end

#launch_permissionTypes::LaunchPermissionModifications

Returns the value of attribute launch_permission.



13681
13682
13683
# File 'sig/types.rbs', line 13681

def launch_permission
  @launch_permission
end

#operation_type"add", "remove"

Returns the value of attribute operation_type.

Returns:

  • ("add", "remove")


13682
13683
13684
# File 'sig/types.rbs', line 13682

def operation_type
  @operation_type
end

#organization_arns::Array[::String]

Returns the value of attribute organization_arns.

Returns:

  • (::Array[::String])


13687
13688
13689
# File 'sig/types.rbs', line 13687

def organization_arns
  @organization_arns
end

#organizational_unit_arns::Array[::String]

Returns the value of attribute organizational_unit_arns.

Returns:

  • (::Array[::String])


13688
13689
13690
# File 'sig/types.rbs', line 13688

def organizational_unit_arns
  @organizational_unit_arns
end

#product_codes::Array[::String]

Returns the value of attribute product_codes.

Returns:

  • (::Array[::String])


13683
13684
13685
# File 'sig/types.rbs', line 13683

def product_codes
  @product_codes
end

#user_groups::Array[::String]

Returns the value of attribute user_groups.

Returns:

  • (::Array[::String])


13684
13685
13686
# File 'sig/types.rbs', line 13684

def user_groups
  @user_groups
end

#user_ids::Array[::String]

Returns the value of attribute user_ids.

Returns:

  • (::Array[::String])


13685
13686
13687
# File 'sig/types.rbs', line 13685

def user_ids
  @user_ids
end

#value::String

Returns the value of attribute value.

Returns:

  • (::String)


13686
13687
13688
# File 'sig/types.rbs', line 13686

def value
  @value
end