Class: Aws::Types::EnableImageDeprecationRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#deprecate_at::Time

Returns the value of attribute deprecate_at.

Returns:

  • (::Time)


8935
8936
8937
# File 'sig/types.rbs', line 8935

def deprecate_at
  @deprecate_at
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


8936
8937
8938
# File 'sig/types.rbs', line 8936

def dry_run
  @dry_run
end

#image_id::String

Returns the value of attribute image_id.

Returns:

  • (::String)


8934
8935
8936
# File 'sig/types.rbs', line 8934

def image_id
  @image_id
end