Class: Aws::Types::CommandParameter

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#default_valueTypes::CommandParameterValue

Returns the value of attribute default_value.



644
645
646
# File 'sig/types.rbs', line 644

def default_value
  @default_value
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


646
647
648
# File 'sig/types.rbs', line 646

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


641
642
643
# File 'sig/types.rbs', line 641

def name
  @name
end

#type"STRING", ...

Returns the value of attribute type.

Returns:

  • ("STRING", "INTEGER", "DOUBLE", "LONG", "UNSIGNEDLONG", "BOOLEAN", "BINARY")


642
643
644
# File 'sig/types.rbs', line 642

def type
  @type
end

#valueTypes::CommandParameterValue

Returns the value of attribute value.



643
644
645
# File 'sig/types.rbs', line 643

def value
  @value
end

#value_conditions::Array[Types::CommandParameterValueCondition]

Returns the value of attribute value_conditions.



645
646
647
# File 'sig/types.rbs', line 645

def value_conditions
  @value_conditions
end