Class: Aws::Types::ResourceSpecification
- Inherits:
-
Object
- Object
- Aws::Types::ResourceSpecification
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#reserved_bitrate ⇒ ::Integer
Returns the value of attribute reserved_bitrate.
-
#resource_type ⇒ "Mbps_Outbound_Bandwidth"
Returns the value of attribute resource_type.
Instance Attribute Details
#reserved_bitrate ⇒ ::Integer
Returns the value of attribute reserved_bitrate.
1633 1634 1635 |
# File 'sig/types.rbs', line 1633 def reserved_bitrate @reserved_bitrate end |
#resource_type ⇒ "Mbps_Outbound_Bandwidth"
Returns the value of attribute resource_type.
1634 1635 1636 |
# File 'sig/types.rbs', line 1634 def resource_type @resource_type end |