Class: Aws::Types::ResetImageAttributeRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attribute"launchPermission"

Returns the value of attribute attribute.

Returns:

  • ("launchPermission")


16812
16813
16814
# File 'sig/types.rbs', line 16812

def attribute
  @attribute
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


16814
16815
16816
# File 'sig/types.rbs', line 16814

def dry_run
  @dry_run
end

#image_id::String

Returns the value of attribute image_id.

Returns:

  • (::String)


16813
16814
16815
# File 'sig/types.rbs', line 16813

def image_id
  @image_id
end