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)


12009
12010
12011
# File 'sig/types.rbs', line 12009

def context_name
  @context_name
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


12010
12011
12012
# File 'sig/types.rbs', line 12010

def description
  @description
end

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

Returns the value of attribute properties.

Returns:

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


12011
12012
12013
# File 'sig/types.rbs', line 12011

def properties
  @properties
end

#properties_to_remove::Array[::String]

Returns the value of attribute properties_to_remove.

Returns:

  • (::Array[::String])


12012
12013
12014
# File 'sig/types.rbs', line 12012

def properties_to_remove
  @properties_to_remove
end