Class: Aws::Types::CreateContextRequest

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)


2064
2065
2066
# File 'sig/types.rbs', line 2064

def context_name
  @context_name
end

#context_type::String

Returns the value of attribute context_type.

Returns:

  • (::String)


2066
2067
2068
# File 'sig/types.rbs', line 2066

def context_type
  @context_type
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2067
2068
2069
# File 'sig/types.rbs', line 2067

def description
  @description
end

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

Returns the value of attribute properties.

Returns:

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


2068
2069
2070
# File 'sig/types.rbs', line 2068

def properties
  @properties
end

#sourceTypes::ContextSource

Returns the value of attribute source.



2065
2066
2067
# File 'sig/types.rbs', line 2065

def source
  @source
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



2069
2070
2071
# File 'sig/types.rbs', line 2069

def tags
  @tags
end