Class: Aws::Types::CommandParameterValue
- Inherits:
-
Object
- Object
- Aws::Types::CommandParameterValue
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#b ⇒ Boolean
Returns the value of attribute b.
-
#bin ⇒ ::String
Returns the value of attribute bin.
-
#d ⇒ ::Float
Returns the value of attribute d.
-
#i ⇒ ::Integer
Returns the value of attribute i.
-
#l ⇒ ::Integer
Returns the value of attribute l.
-
#s ⇒ ::String
Returns the value of attribute s.
-
#ul ⇒ ::String
Returns the value of attribute ul.
Instance Attribute Details
#b ⇒ Boolean
Returns the value of attribute b.
652 653 654 |
# File 'sig/types.rbs', line 652 def b @b end |
#bin ⇒ ::String
Returns the value of attribute bin.
656 657 658 |
# File 'sig/types.rbs', line 656 def bin @bin end |
#d ⇒ ::Float
Returns the value of attribute d.
655 656 657 |
# File 'sig/types.rbs', line 655 def d @d end |
#i ⇒ ::Integer
Returns the value of attribute i.
653 654 655 |
# File 'sig/types.rbs', line 653 def i @i end |
#l ⇒ ::Integer
Returns the value of attribute l.
654 655 656 |
# File 'sig/types.rbs', line 654 def l @l end |
#s ⇒ ::String
Returns the value of attribute s.
651 652 653 |
# File 'sig/types.rbs', line 651 def s @s end |
#ul ⇒ ::String
Returns the value of attribute ul.
657 658 659 |
# File 'sig/types.rbs', line 657 def ul @ul end |