Class: Aws::Types::UpdateSchemaMappingInput

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)


955
956
957
# File 'sig/types.rbs', line 955

def description
  @description
end

#mapped_input_fields::Array[Types::SchemaInputAttribute]

Returns the value of attribute mapped_input_fields.

Returns:



956
957
958
# File 'sig/types.rbs', line 956

def mapped_input_fields
  @mapped_input_fields
end

#schema_name::String

Returns the value of attribute schema_name.

Returns:

  • (::String)


954
955
956
# File 'sig/types.rbs', line 954

def schema_name
  @schema_name
end