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:

  • (Boolean)


652
653
654
# File 'sig/types.rbs', line 652

def b
  @b
end

#bin::String

Returns the value of attribute bin.

Returns:

  • (::String)


656
657
658
# File 'sig/types.rbs', line 656

def bin
  @bin
end

#d::Float

Returns the value of attribute d.

Returns:

  • (::Float)


655
656
657
# File 'sig/types.rbs', line 655

def d
  @d
end

#i::Integer

Returns the value of attribute i.

Returns:

  • (::Integer)


653
654
655
# File 'sig/types.rbs', line 653

def i
  @i
end

#l::Integer

Returns the value of attribute l.

Returns:

  • (::Integer)


654
655
656
# File 'sig/types.rbs', line 654

def l
  @l
end

#s::String

Returns the value of attribute s.

Returns:

  • (::String)


651
652
653
# File 'sig/types.rbs', line 651

def s
  @s
end

#ul::String

Returns the value of attribute ul.

Returns:

  • (::String)


657
658
659
# File 'sig/types.rbs', line 657

def ul
  @ul
end