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.
1721 1722 1723 |
# File 'sig/types.rbs', line 1721 def constraints @constraints end |
#default_value ⇒ Types::ServiceNodePortRange
Returns the value of attribute default_value.
1720 1721 1722 |
# File 'sig/types.rbs', line 1720 def default_value @default_value end |