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)


14005
14006
14007
# File 'sig/types.rbs', line 14005

def attribute
  @attribute
end

#descriptionTypes::AttributeValue

Returns the value of attribute description.



14006
14007
14008
# File 'sig/types.rbs', line 14006

def description
  @description
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


14017
14018
14019
# File 'sig/types.rbs', line 14017

def dry_run
  @dry_run
end

#image_id::String

Returns the value of attribute image_id.

Returns:

  • (::String)


14007
14008
14009
# File 'sig/types.rbs', line 14007

def image_id
  @image_id
end

#imds_supportTypes::AttributeValue

Returns the value of attribute imds_support.



14016
14017
14018
# File 'sig/types.rbs', line 14016

def imds_support
  @imds_support
end

#launch_permissionTypes::LaunchPermissionModifications

Returns the value of attribute launch_permission.



14008
14009
14010
# File 'sig/types.rbs', line 14008

def launch_permission
  @launch_permission
end

#operation_type"add", "remove"

Returns the value of attribute operation_type.

Returns:

  • ("add", "remove")


14009
14010
14011
# File 'sig/types.rbs', line 14009

def operation_type
  @operation_type
end

#organization_arns::Array[::String]

Returns the value of attribute organization_arns.

Returns:

  • (::Array[::String])


14014
14015
14016
# File 'sig/types.rbs', line 14014

def organization_arns
  @organization_arns
end

#organizational_unit_arns::Array[::String]

Returns the value of attribute organizational_unit_arns.

Returns:

  • (::Array[::String])


14015
14016
14017
# File 'sig/types.rbs', line 14015

def organizational_unit_arns
  @organizational_unit_arns
end

#product_codes::Array[::String]

Returns the value of attribute product_codes.

Returns:

  • (::Array[::String])


14010
14011
14012
# File 'sig/types.rbs', line 14010

def product_codes
  @product_codes
end

#user_groups::Array[::String]

Returns the value of attribute user_groups.

Returns:

  • (::Array[::String])


14011
14012
14013
# File 'sig/types.rbs', line 14011

def user_groups
  @user_groups
end

#user_ids::Array[::String]

Returns the value of attribute user_ids.

Returns:

  • (::Array[::String])


14012
14013
14014
# File 'sig/types.rbs', line 14012

def user_ids
  @user_ids
end

#value::String

Returns the value of attribute value.

Returns:

  • (::String)


14013
14014
14015
# File 'sig/types.rbs', line 14013

def value
  @value
end