Class: Aws::Types::CfnStackCreateParameter

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#key::String

Returns the value of attribute key.

Returns:



1107
1108
1109
# File 'sig/types.rbs', line 1107

def key
  @key
end

#value::String

Returns the value of attribute value.

Returns:



1108
1109
1110
# File 'sig/types.rbs', line 1108

def value
  @value
end