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)


12085
12086
12087
# File 'sig/types.rbs', line 12085

def context_name
  @context_name
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


12086
12087
12088
# File 'sig/types.rbs', line 12086

def description
  @description
end

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

Returns the value of attribute properties.

Returns:

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


12087
12088
12089
# File 'sig/types.rbs', line 12087

def properties
  @properties
end

#properties_to_remove::Array[::String]

Returns the value of attribute properties_to_remove.

Returns:

  • (::Array[::String])


12088
12089
12090
# File 'sig/types.rbs', line 12088

def properties_to_remove
  @properties_to_remove
end