Class: Aws::Types::EnableImageDeregistrationProtectionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


9173
9174
9175
# File 'sig/types.rbs', line 9173

def dry_run
  @dry_run
end

#image_id::String

Returns the value of attribute image_id.

Returns:

  • (::String)


9171
9172
9173
# File 'sig/types.rbs', line 9171

def image_id
  @image_id
end

#with_cooldownBoolean

Returns the value of attribute with_cooldown.

Returns:

  • (Boolean)


9172
9173
9174
# File 'sig/types.rbs', line 9172

def with_cooldown
  @with_cooldown
end