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)


16738
16739
16740
# File 'sig/types.rbs', line 16738

def delete_on_termination
  @delete_on_termination
end

#encryptedBoolean

Returns the value of attribute encrypted.

Returns:

  • (Boolean)


16739
16740
16741
# File 'sig/types.rbs', line 16739

def encrypted
  @encrypted
end

#iops::Integer

Returns the value of attribute iops.

Returns:

  • (::Integer)


16740
16741
16742
# File 'sig/types.rbs', line 16740

def iops
  @iops
end

#snapshot_id::String

Returns the value of attribute snapshot_id.

Returns:

  • (::String)


16741
16742
16743
# File 'sig/types.rbs', line 16741

def snapshot_id
  @snapshot_id
end

#volume_size::Integer

Returns the value of attribute volume_size.

Returns:

  • (::Integer)


16742
16743
16744
# File 'sig/types.rbs', line 16742

def volume_size
  @volume_size
end

#volume_type::String

Returns the value of attribute volume_type.

Returns:

  • (::String)


16743
16744
16745
# File 'sig/types.rbs', line 16743

def volume_type
  @volume_type
end