Class: Aws::Types::EbsInfo
- Inherits:
-
Object
- Object
- Aws::Types::EbsInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attachment_limit_type ⇒ "shared", "dedicated"
Returns the value of attribute attachment_limit_type.
-
#ebs_cards ⇒ ::Array[Types::EbsCardInfo]
Returns the value of attribute ebs_cards.
-
#ebs_optimized_info ⇒ Types::EbsOptimizedInfo
Returns the value of attribute ebs_optimized_info.
-
#ebs_optimized_support ⇒ "unsupported", ...
Returns the value of attribute ebs_optimized_support.
-
#encryption_support ⇒ "unsupported", "supported"
Returns the value of attribute encryption_support.
-
#maximum_ebs_attachments ⇒ ::Integer
Returns the value of attribute maximum_ebs_attachments.
-
#maximum_ebs_cards ⇒ ::Integer
Returns the value of attribute maximum_ebs_cards.
-
#nvme_support ⇒ "unsupported", ...
Returns the value of attribute nvme_support.
Instance Attribute Details
#attachment_limit_type ⇒ "shared", "dedicated"
Returns the value of attribute attachment_limit_type.
8639 8640 8641 |
# File 'sig/types.rbs', line 8639 def @attachment_limit_type end |
#ebs_cards ⇒ ::Array[Types::EbsCardInfo]
Returns the value of attribute ebs_cards.
8641 8642 8643 |
# File 'sig/types.rbs', line 8641 def ebs_cards @ebs_cards end |
#ebs_optimized_info ⇒ Types::EbsOptimizedInfo
Returns the value of attribute ebs_optimized_info.
8636 8637 8638 |
# File 'sig/types.rbs', line 8636 def ebs_optimized_info @ebs_optimized_info end |
#ebs_optimized_support ⇒ "unsupported", ...
Returns the value of attribute ebs_optimized_support.
8634 8635 8636 |
# File 'sig/types.rbs', line 8634 def ebs_optimized_support @ebs_optimized_support end |
#encryption_support ⇒ "unsupported", "supported"
Returns the value of attribute encryption_support.
8635 8636 8637 |
# File 'sig/types.rbs', line 8635 def encryption_support @encryption_support end |
#maximum_ebs_attachments ⇒ ::Integer
Returns the value of attribute maximum_ebs_attachments.
8638 8639 8640 |
# File 'sig/types.rbs', line 8638 def @maximum_ebs_attachments end |
#maximum_ebs_cards ⇒ ::Integer
Returns the value of attribute maximum_ebs_cards.
8640 8641 8642 |
# File 'sig/types.rbs', line 8640 def maximum_ebs_cards @maximum_ebs_cards end |
#nvme_support ⇒ "unsupported", ...
Returns the value of attribute nvme_support.
8637 8638 8639 |
# File 'sig/types.rbs', line 8637 def nvme_support @nvme_support end |