Class: Aws::Types::DocumentParameter

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2178
2179
2180
# File 'sig/types.rbs', line 2178

def description
  @description
end

#example::String

Returns the value of attribute example.

Returns:

  • (::String)


2180
2181
2182
# File 'sig/types.rbs', line 2180

def example
  @example
end

#key::String

Returns the value of attribute key.

Returns:

  • (::String)


2177
2178
2179
# File 'sig/types.rbs', line 2177

def key
  @key
end

#optionalBoolean

Returns the value of attribute optional.

Returns:

  • (Boolean)


2181
2182
2183
# File 'sig/types.rbs', line 2181

def optional
  @optional
end

#regex::String

Returns the value of attribute regex.

Returns:

  • (::String)


2179
2180
2181
# File 'sig/types.rbs', line 2179

def regex
  @regex
end