Class: Aws::Types::ModifyFpgaImageAttributeRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attribute"description", ...

Returns the value of attribute attribute.

Returns:



13632
13633
13634
# File 'sig/types.rbs', line 13632

def attribute
  @attribute
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


13638
13639
13640
# File 'sig/types.rbs', line 13638

def description
  @description
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


13630
13631
13632
# File 'sig/types.rbs', line 13630

def dry_run
  @dry_run
end

#fpga_image_id::String

Returns the value of attribute fpga_image_id.

Returns:

  • (::String)


13631
13632
13633
# File 'sig/types.rbs', line 13631

def fpga_image_id
  @fpga_image_id
end

#load_permissionTypes::LoadPermissionModifications

Returns the value of attribute load_permission.



13637
13638
13639
# File 'sig/types.rbs', line 13637

def load_permission
  @load_permission
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


13639
13640
13641
# File 'sig/types.rbs', line 13639

def name
  @name
end

#operation_type"add", "remove"

Returns the value of attribute operation_type.

Returns:

  • ("add", "remove")


13633
13634
13635
# File 'sig/types.rbs', line 13633

def operation_type
  @operation_type
end

#product_codes::Array[::String]

Returns the value of attribute product_codes.

Returns:

  • (::Array[::String])


13636
13637
13638
# File 'sig/types.rbs', line 13636

def product_codes
  @product_codes
end

#user_groups::Array[::String]

Returns the value of attribute user_groups.

Returns:

  • (::Array[::String])


13635
13636
13637
# File 'sig/types.rbs', line 13635

def user_groups
  @user_groups
end

#user_ids::Array[::String]

Returns the value of attribute user_ids.

Returns:

  • (::Array[::String])


13634
13635
13636
# File 'sig/types.rbs', line 13634

def user_ids
  @user_ids
end