Class: Aws::Types::SchemaResponse
- Inherits:
-
Object
- Object
- Aws::Types::SchemaResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#code_line_count ⇒ ::Integer
Returns the value of attribute code_line_count.
-
#code_size ⇒ ::Integer
Returns the value of attribute code_size.
-
#complexity ⇒ ::String
Returns the value of attribute complexity.
-
#database_instance ⇒ Types::DatabaseShortInfoResponse
Returns the value of attribute database_instance.
-
#original_schema ⇒ Types::SchemaShortInfoResponse
Returns the value of attribute original_schema.
-
#schema_id ⇒ ::String
Returns the value of attribute schema_id.
-
#schema_name ⇒ ::String
Returns the value of attribute schema_name.
-
#server ⇒ Types::ServerShortInfoResponse
Returns the value of attribute server.
-
#similarity ⇒ ::Float
Returns the value of attribute similarity.
Instance Attribute Details
#code_line_count ⇒ ::Integer
Returns the value of attribute code_line_count.
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.
2785 2786 2787 |
# File 'sig/types.rbs', line 2785 def code_size @code_size end |
#complexity ⇒ ::String
Returns the value of attribute complexity.
2786 2787 2788 |
# File 'sig/types.rbs', line 2786 def complexity @complexity end |
#database_instance ⇒ Types::DatabaseShortInfoResponse
Returns the value of attribute database_instance.
2788 2789 2790 |
# File 'sig/types.rbs', line 2788 def database_instance @database_instance end |
#original_schema ⇒ Types::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.
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.
2790 2791 2792 |
# File 'sig/types.rbs', line 2790 def schema_name @schema_name end |
#server ⇒ Types::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.
2792 2793 2794 |
# File 'sig/types.rbs', line 2792 def similarity @similarity end |