Class: Aws::Types::ProvisioningArtifactParameter

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)


1281
1282
1283
# File 'sig/types.rbs', line 1281

def default_value
  @default_value
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1284
1285
1286
# File 'sig/types.rbs', line 1284

def description
  @description
end

#is_no_echoBoolean

Returns the value of attribute is_no_echo.

Returns:

  • (Boolean)


1283
1284
1285
# File 'sig/types.rbs', line 1283

def is_no_echo
  @is_no_echo
end

#parameter_constraintsTypes::ParameterConstraints

Returns the value of attribute parameter_constraints.



1285
1286
1287
# File 'sig/types.rbs', line 1285

def parameter_constraints
  @parameter_constraints
end

#parameter_key::String

Returns the value of attribute parameter_key.

Returns:

  • (::String)


1280
1281
1282
# File 'sig/types.rbs', line 1280

def parameter_key
  @parameter_key
end

#parameter_type::String

Returns the value of attribute parameter_type.

Returns:

  • (::String)


1282
1283
1284
# File 'sig/types.rbs', line 1282

def parameter_type
  @parameter_type
end