Class: Aws::EC2::Types::ScheduledInstancesEbs

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb

Overview

Describes an EBS volume for a Scheduled Instance.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#delete_on_terminationBoolean

Indicates whether the volume is deleted on instance termination.

Returns:

  • (Boolean)


59654
59655
59656
59657
59658
59659
59660
59661
59662
59663
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 59654

class ScheduledInstancesEbs < Struct.new(
  :delete_on_termination,
  :encrypted,
  :iops,
  :snapshot_id,
  :volume_size,
  :volume_type)
  SENSITIVE = []
  include Aws::Structure
end

#encryptedBoolean

Indicates whether the volume is encrypted. You can attached encrypted volumes only to instances that support them.

Returns:

  • (Boolean)


59654
59655
59656
59657
59658
59659
59660
59661
59662
59663
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 59654

class ScheduledInstancesEbs < Struct.new(
  :delete_on_termination,
  :encrypted,
  :iops,
  :snapshot_id,
  :volume_size,
  :volume_type)
  SENSITIVE = []
  include Aws::Structure
end

#iopsInteger

The number of I/O operations per second (IOPS) to provision for a gp3, io1, or io2 volume.

Returns:

  • (Integer)


59654
59655
59656
59657
59658
59659
59660
59661
59662
59663
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 59654

class ScheduledInstancesEbs < Struct.new(
  :delete_on_termination,
  :encrypted,
  :iops,
  :snapshot_id,
  :volume_size,
  :volume_type)
  SENSITIVE = []
  include Aws::Structure
end

#snapshot_idString

The ID of the snapshot.

Returns:

  • (String)


59654
59655
59656
59657
59658
59659
59660
59661
59662
59663
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 59654

class ScheduledInstancesEbs < Struct.new(
  :delete_on_termination,
  :encrypted,
  :iops,
  :snapshot_id,
  :volume_size,
  :volume_type)
  SENSITIVE = []
  include Aws::Structure
end

#volume_sizeInteger

The size of the volume, in GiB.

Default: If you're creating the volume from a snapshot and don't specify a volume size, the default is the snapshot size.

Returns:

  • (Integer)


59654
59655
59656
59657
59658
59659
59660
59661
59662
59663
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 59654

class ScheduledInstancesEbs < Struct.new(
  :delete_on_termination,
  :encrypted,
  :iops,
  :snapshot_id,
  :volume_size,
  :volume_type)
  SENSITIVE = []
  include Aws::Structure
end

#volume_typeString

The volume type.

Default: gp2

Returns:

  • (String)


59654
59655
59656
59657
59658
59659
59660
59661
59662
59663
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 59654

class ScheduledInstancesEbs < Struct.new(
  :delete_on_termination,
  :encrypted,
  :iops,
  :snapshot_id,
  :volume_size,
  :volume_type)
  SENSITIVE = []
  include Aws::Structure
end