Class: Aws::Types::AcceleratorPartitionConfig
- Inherits:
-
Object
- Object
- Aws::Types::AcceleratorPartitionConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#count ⇒ ::Integer
Returns the value of attribute count.
-
#type ⇒ "mig-1g.5gb", ...
Returns the value of attribute type.
Instance Attribute Details
#count ⇒ ::Integer
Returns the value of attribute count.
270 271 272 |
# File 'sig/types.rbs', line 270 def count @count end |
#type ⇒ "mig-1g.5gb", ...
Returns the value of attribute type.
269 270 271 |
# File 'sig/types.rbs', line 269 def type @type end |