Class: Aws::Types::ParameterDeclaration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#default_value::String

Returns the value of attribute default_value.

Returns:

  • (::String)


1336
1337
1338
# File 'sig/types.rbs', line 1336

def default_value
  @default_value
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1339
1340
1341
# File 'sig/types.rbs', line 1339

def description
  @description
end

#no_echoBoolean

Returns the value of attribute no_echo.

Returns:

  • (Boolean)


1338
1339
1340
# File 'sig/types.rbs', line 1338

def no_echo
  @no_echo
end

#parameter_constraintsTypes::ParameterConstraints

Returns the value of attribute parameter_constraints.



1340
1341
1342
# File 'sig/types.rbs', line 1340

def parameter_constraints
  @parameter_constraints
end

#parameter_key::String

Returns the value of attribute parameter_key.

Returns:

  • (::String)


1335
1336
1337
# File 'sig/types.rbs', line 1335

def parameter_key
  @parameter_key
end

#parameter_type::String

Returns the value of attribute parameter_type.

Returns:

  • (::String)


1337
1338
1339
# File 'sig/types.rbs', line 1337

def parameter_type
  @parameter_type
end