Class: Aws::Types::UpdateContextRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#context_name::String

Returns the value of attribute context_name.

Returns:

  • (::String)


12001
12002
12003
# File 'sig/types.rbs', line 12001

def context_name
  @context_name
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


12002
12003
12004
# File 'sig/types.rbs', line 12002

def description
  @description
end

#properties::Hash[::String, ::String]

Returns the value of attribute properties.

Returns:

  • (::Hash[::String, ::String])


12003
12004
12005
# File 'sig/types.rbs', line 12003

def properties
  @properties
end

#properties_to_remove::Array[::String]

Returns the value of attribute properties_to_remove.

Returns:

  • (::Array[::String])


12004
12005
12006
# File 'sig/types.rbs', line 12004

def properties_to_remove
  @properties_to_remove
end