Class: Aws::Types::DynamicSsmParameterValue

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

Defined Under Namespace

Classes: Unknown, Variable

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#unknown ⇒ Object

Returns the value of attribute unknown.

Returns:

  • (Object)


226
227
228
# File 'sig/types.rbs', line 226

def unknown
  @unknown
end

#variable ⇒ "INCIDENT_RECORD_ARN", "INVOLVED_RESOURCES"

Returns the value of attribute variable.

Returns:

  • ("INCIDENT_RECORD_ARN", "INVOLVED_RESOURCES")


225
226
227
# File 'sig/types.rbs', line 225

def variable
  @variable
end