Class: Aws::Types::CreateSchemaMappingOutput

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)


137
138
139
# File 'sig/types.rbs', line 137

def description
  @description
end

#mapped_input_fields::Array[Types::SchemaInputAttribute]

Returns the value of attribute mapped_input_fields.

Returns:



138
139
140
# File 'sig/types.rbs', line 138

def mapped_input_fields
  @mapped_input_fields
end

#schema_arn::String

Returns the value of attribute schema_arn.

Returns:

  • (::String)


136
137
138
# File 'sig/types.rbs', line 136

def schema_arn
  @schema_arn
end

#schema_name::String

Returns the value of attribute schema_name.

Returns:

  • (::String)


135
136
137
# File 'sig/types.rbs', line 135

def schema_name
  @schema_name
end