Class: Aws::Types::CreateDiskFromSnapshotRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#add_ons::Array[Types::AddOnRequest]

Returns the value of attribute add_ons.

Returns:



631
632
633
# File 'sig/types.rbs', line 631

def add_ons
  @add_ons
end

#availability_zone::String

Returns the value of attribute availability_zone.

Returns:

  • (::String)


628
629
630
# File 'sig/types.rbs', line 628

def availability_zone
  @availability_zone
end

#disk_name::String

Returns the value of attribute disk_name.

Returns:

  • (::String)


626
627
628
# File 'sig/types.rbs', line 626

def disk_name
  @disk_name
end

#disk_snapshot_name::String

Returns the value of attribute disk_snapshot_name.

Returns:

  • (::String)


627
628
629
# File 'sig/types.rbs', line 627

def disk_snapshot_name
  @disk_snapshot_name
end

#restore_date::String

Returns the value of attribute restore_date.

Returns:

  • (::String)


633
634
635
# File 'sig/types.rbs', line 633

def restore_date
  @restore_date
end

#size_in_gb::Integer

Returns the value of attribute size_in_gb.

Returns:

  • (::Integer)


629
630
631
# File 'sig/types.rbs', line 629

def size_in_gb
  @size_in_gb
end

#source_disk_name::String

Returns the value of attribute source_disk_name.

Returns:

  • (::String)


632
633
634
# File 'sig/types.rbs', line 632

def source_disk_name
  @source_disk_name
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



630
631
632
# File 'sig/types.rbs', line 630

def tags
  @tags
end

#use_latest_restorable_auto_snapshotBoolean

Returns the value of attribute use_latest_restorable_auto_snapshot.

Returns:

  • (Boolean)


634
635
636
# File 'sig/types.rbs', line 634

def use_latest_restorable_auto_snapshot
  @use_latest_restorable_auto_snapshot
end