Class: Aws::Types::GetSchemaMappingOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


396
397
398
# File 'sig/types.rbs', line 396

def created_at
  @created_at
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


394
395
396
# File 'sig/types.rbs', line 394

def description
  @description
end

#has_workflowsBoolean

Returns the value of attribute has_workflows.

Returns:

  • (Boolean)


399
400
401
# File 'sig/types.rbs', line 399

def has_workflows
  @has_workflows
end

#mapped_input_fields::Array[Types::SchemaInputAttribute]

Returns the value of attribute mapped_input_fields.

Returns:



395
396
397
# File 'sig/types.rbs', line 395

def mapped_input_fields
  @mapped_input_fields
end

#schema_arn::String

Returns the value of attribute schema_arn.

Returns:

  • (::String)


393
394
395
# File 'sig/types.rbs', line 393

def schema_arn
  @schema_arn
end

#schema_name::String

Returns the value of attribute schema_name.

Returns:

  • (::String)


392
393
394
# File 'sig/types.rbs', line 392

def schema_name
  @schema_name
end

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

Returns the value of attribute tags.

Returns:

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


398
399
400
# File 'sig/types.rbs', line 398

def tags
  @tags
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


397
398
399
# File 'sig/types.rbs', line 397

def updated_at
  @updated_at
end