Class: Aws::Types::ImageRecycleBinInfo

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


11189
11190
11191
# File 'sig/types.rbs', line 11189

def description
  @description
end

#image_id::String

Returns the value of attribute image_id.

Returns:

  • (::String)


11187
11188
11189
# File 'sig/types.rbs', line 11187

def image_id
  @image_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


11188
11189
11190
# File 'sig/types.rbs', line 11188

def name
  @name
end

#recycle_bin_enter_time::Time

Returns the value of attribute recycle_bin_enter_time.

Returns:

  • (::Time)


11190
11191
11192
# File 'sig/types.rbs', line 11190

def recycle_bin_enter_time
  @recycle_bin_enter_time
end

#recycle_bin_exit_time::Time

Returns the value of attribute recycle_bin_exit_time.

Returns:

  • (::Time)


11191
11192
11193
# File 'sig/types.rbs', line 11191

def recycle_bin_exit_time
  @recycle_bin_exit_time
end