Class: Aws::Types::RuntimeSessionData

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:key])

Instance Attribute Summary collapse

Instance Attribute Details

#key::String

Returns the value of attribute key.

Returns:

  • (::String)


2640
2641
2642
# File 'sig/types.rbs', line 2640

def key
  @key
end

#valueTypes::RuntimeSessionDataValue

Returns the value of attribute value.



2641
2642
2643
# File 'sig/types.rbs', line 2641

def value
  @value
end