Class: Aws::Types::SchemaResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#code_line_count::Integer

Returns the value of attribute code_line_count.

Returns:

  • (::Integer)


2784
2785
2786
# File 'sig/types.rbs', line 2784

def code_line_count
  @code_line_count
end

#code_size::Integer

Returns the value of attribute code_size.

Returns:

  • (::Integer)


2785
2786
2787
# File 'sig/types.rbs', line 2785

def code_size
  @code_size
end

#complexity::String

Returns the value of attribute complexity.

Returns:

  • (::String)


2786
2787
2788
# File 'sig/types.rbs', line 2786

def complexity
  @complexity
end

#database_instanceTypes::DatabaseShortInfoResponse

Returns the value of attribute database_instance.



2788
2789
2790
# File 'sig/types.rbs', line 2788

def database_instance
  @database_instance
end

#original_schemaTypes::SchemaShortInfoResponse

Returns the value of attribute original_schema.



2791
2792
2793
# File 'sig/types.rbs', line 2791

def original_schema
  @original_schema
end

#schema_id::String

Returns the value of attribute schema_id.

Returns:

  • (::String)


2789
2790
2791
# File 'sig/types.rbs', line 2789

def schema_id
  @schema_id
end

#schema_name::String

Returns the value of attribute schema_name.

Returns:

  • (::String)


2790
2791
2792
# File 'sig/types.rbs', line 2790

def schema_name
  @schema_name
end

#serverTypes::ServerShortInfoResponse

Returns the value of attribute server.



2787
2788
2789
# File 'sig/types.rbs', line 2787

def server
  @server
end

#similarity::Float

Returns the value of attribute similarity.

Returns:

  • (::Float)


2792
2793
2794
# File 'sig/types.rbs', line 2792

def similarity
  @similarity
end