Class: Aws::Types::CreateDiskRequest

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:



648
649
650
# File 'sig/types.rbs', line 648

def add_ons
  @add_ons
end

#availability_zone::String

Returns the value of attribute availability_zone.

Returns:

  • (::String)


645
646
647
# File 'sig/types.rbs', line 645

def availability_zone
  @availability_zone
end

#disk_name::String

Returns the value of attribute disk_name.

Returns:

  • (::String)


644
645
646
# File 'sig/types.rbs', line 644

def disk_name
  @disk_name
end

#size_in_gb::Integer

Returns the value of attribute size_in_gb.

Returns:

  • (::Integer)


646
647
648
# File 'sig/types.rbs', line 646

def size_in_gb
  @size_in_gb
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



647
648
649
# File 'sig/types.rbs', line 647

def tags
  @tags
end