Class: Aws::Types::CommandParameterValue

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#bBoolean

Returns the value of attribute b.

Returns:



18
19
20
# File 'sig/types.rbs', line 18

def b
  @b
end

#bin::String

Returns the value of attribute bin.

Returns:



22
23
24
# File 'sig/types.rbs', line 22

def bin
  @bin
end

#d::Float

Returns the value of attribute d.

Returns:



21
22
23
# File 'sig/types.rbs', line 21

def d
  @d
end

#i::Integer

Returns the value of attribute i.

Returns:



19
20
21
# File 'sig/types.rbs', line 19

def i
  @i
end

#l::Integer

Returns the value of attribute l.

Returns:



20
21
22
# File 'sig/types.rbs', line 20

def l
  @l
end

#s::String

Returns the value of attribute s.

Returns:



17
18
19
# File 'sig/types.rbs', line 17

def s
  @s
end

#ul::String

Returns the value of attribute ul.

Returns:



23
24
25
# File 'sig/types.rbs', line 23

def ul
  @ul
end