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)


2079
2080
2081
# File 'sig/types.rbs', line 2079

def context_name
  @context_name
end

#context_type::String

Returns the value of attribute context_type.

Returns:

  • (::String)


2081
2082
2083
# File 'sig/types.rbs', line 2081

def context_type
  @context_type
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2082
2083
2084
# File 'sig/types.rbs', line 2082

def description
  @description
end

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

Returns the value of attribute properties.

Returns:

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


2083
2084
2085
# File 'sig/types.rbs', line 2083

def properties
  @properties
end

#sourceTypes::ContextSource

Returns the value of attribute source.



2080
2081
2082
# File 'sig/types.rbs', line 2080

def source
  @source
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



2084
2085
2086
# File 'sig/types.rbs', line 2084

def tags
  @tags
end