Class: Aws::Types::ScheduledInstancesEbs

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#delete_on_terminationBoolean

Returns the value of attribute delete_on_termination.

Returns:

  • (Boolean)


17374
17375
17376
# File 'sig/types.rbs', line 17374

def delete_on_termination
  @delete_on_termination
end

#encryptedBoolean

Returns the value of attribute encrypted.

Returns:

  • (Boolean)


17375
17376
17377
# File 'sig/types.rbs', line 17375

def encrypted
  @encrypted
end

#iops::Integer

Returns the value of attribute iops.

Returns:

  • (::Integer)


17376
17377
17378
# File 'sig/types.rbs', line 17376

def iops
  @iops
end

#snapshot_id::String

Returns the value of attribute snapshot_id.

Returns:

  • (::String)


17377
17378
17379
# File 'sig/types.rbs', line 17377

def snapshot_id
  @snapshot_id
end

#volume_size::Integer

Returns the value of attribute volume_size.

Returns:

  • (::Integer)


17378
17379
17380
# File 'sig/types.rbs', line 17378

def volume_size
  @volume_size
end

#volume_type::String

Returns the value of attribute volume_type.

Returns:

  • (::String)


17379
17380
17381
# File 'sig/types.rbs', line 17379

def volume_type
  @volume_type
end