Class: Aws::Types::EbsInfo

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attachment_limit_type"shared", "dedicated"

Returns the value of attribute attachment_limit_type.

Returns:

  • ("shared", "dedicated")


8850
8851
8852
# File 'sig/types.rbs', line 8850

def attachment_limit_type
  @attachment_limit_type
end

#ebs_cards::Array[Types::EbsCardInfo]

Returns the value of attribute ebs_cards.

Returns:



8852
8853
8854
# File 'sig/types.rbs', line 8852

def ebs_cards
  @ebs_cards
end

#ebs_optimized_infoTypes::EbsOptimizedInfo

Returns the value of attribute ebs_optimized_info.



8847
8848
8849
# File 'sig/types.rbs', line 8847

def ebs_optimized_info
  @ebs_optimized_info
end

#ebs_optimized_support"unsupported", ...

Returns the value of attribute ebs_optimized_support.

Returns:

  • ("unsupported", "supported", "default")


8845
8846
8847
# File 'sig/types.rbs', line 8845

def ebs_optimized_support
  @ebs_optimized_support
end

#encryption_support"unsupported", "supported"

Returns the value of attribute encryption_support.

Returns:

  • ("unsupported", "supported")


8846
8847
8848
# File 'sig/types.rbs', line 8846

def encryption_support
  @encryption_support
end

#maximum_ebs_attachments::Integer

Returns the value of attribute maximum_ebs_attachments.

Returns:

  • (::Integer)


8849
8850
8851
# File 'sig/types.rbs', line 8849

def maximum_ebs_attachments
  @maximum_ebs_attachments
end

#maximum_ebs_cards::Integer

Returns the value of attribute maximum_ebs_cards.

Returns:

  • (::Integer)


8851
8852
8853
# File 'sig/types.rbs', line 8851

def maximum_ebs_cards
  @maximum_ebs_cards
end

#nvme_support"unsupported", ...

Returns the value of attribute nvme_support.

Returns:

  • ("unsupported", "supported", "required")


8848
8849
8850
# File 'sig/types.rbs', line 8848

def nvme_support
  @nvme_support
end