Class: Aws::Types::PortRangeParameterConfig
- Inherits:
-
Object
- Object
- Aws::Types::PortRangeParameterConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#constraints ⇒ Types::PortRangeConstraints
Returns the value of attribute constraints.
-
#default_value ⇒ Types::ServiceNodePortRange
Returns the value of attribute default_value.
Instance Attribute Details
#constraints ⇒ Types::PortRangeConstraints
Returns the value of attribute constraints.
1751 1752 1753 |
# File 'sig/types.rbs', line 1751 def constraints @constraints end |
#default_value ⇒ Types::ServiceNodePortRange
Returns the value of attribute default_value.
1750 1751 1752 |
# File 'sig/types.rbs', line 1750 def default_value @default_value end |