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)


12024
12025
12026
# File 'sig/types.rbs', line 12024

def context_name
  @context_name
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


12025
12026
12027
# File 'sig/types.rbs', line 12025

def description
  @description
end

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

Returns the value of attribute properties.

Returns:

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


12026
12027
12028
# File 'sig/types.rbs', line 12026

def properties
  @properties
end

#properties_to_remove::Array[::String]

Returns the value of attribute properties_to_remove.

Returns:

  • (::Array[::String])


12027
12028
12029
# File 'sig/types.rbs', line 12027

def properties_to_remove
  @properties_to_remove
end