Class: Aws::Types::UpdateSchemaMappingOutput

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)


963
964
965
# File 'sig/types.rbs', line 963

def description
  @description
end

#mapped_input_fields::Array[Types::SchemaInputAttribute]

Returns the value of attribute mapped_input_fields.

Returns:



964
965
966
# File 'sig/types.rbs', line 964

def mapped_input_fields
  @mapped_input_fields
end

#schema_arn::String

Returns the value of attribute schema_arn.

Returns:

  • (::String)


962
963
964
# File 'sig/types.rbs', line 962

def schema_arn
  @schema_arn
end

#schema_name::String

Returns the value of attribute schema_name.

Returns:

  • (::String)


961
962
963
# File 'sig/types.rbs', line 961

def schema_name
  @schema_name
end