Class: Aws::Types::CreateSchemaMappingInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


128
129
130
# File 'sig/types.rbs', line 128

def description
  @description
end

#mapped_input_fields::Array[Types::SchemaInputAttribute]

Returns the value of attribute mapped_input_fields.

Returns:



129
130
131
# File 'sig/types.rbs', line 129

def mapped_input_fields
  @mapped_input_fields
end

#schema_name::String

Returns the value of attribute schema_name.

Returns:

  • (::String)


127
128
129
# File 'sig/types.rbs', line 127

def schema_name
  @schema_name
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

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


130
131
132
# File 'sig/types.rbs', line 130

def tags
  @tags
end