Class: Aws::Types::SchemaMappingSummary

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)


833
834
835
# File 'sig/types.rbs', line 833

def created_at
  @created_at
end

#has_workflowsBoolean

Returns the value of attribute has_workflows.

Returns:

  • (Boolean)


835
836
837
# File 'sig/types.rbs', line 835

def has_workflows
  @has_workflows
end

#schema_arn::String

Returns the value of attribute schema_arn.

Returns:

  • (::String)


832
833
834
# File 'sig/types.rbs', line 832

def schema_arn
  @schema_arn
end

#schema_name::String

Returns the value of attribute schema_name.

Returns:

  • (::String)


831
832
833
# File 'sig/types.rbs', line 831

def schema_name
  @schema_name
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


834
835
836
# File 'sig/types.rbs', line 834

def updated_at
  @updated_at
end