Class: Aws::Types::SchemaShortInfoResponse
- Inherits:
-
Object
- Object
- Aws::Types::SchemaShortInfoResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#database_id ⇒ ::String
Returns the value of attribute database_id.
-
#database_ip_address ⇒ ::String
Returns the value of attribute database_ip_address.
-
#database_name ⇒ ::String
Returns the value of attribute database_name.
-
#schema_id ⇒ ::String
Returns the value of attribute schema_id.
-
#schema_name ⇒ ::String
Returns the value of attribute schema_name.
Instance Attribute Details
#database_id ⇒ ::String
Returns the value of attribute database_id.
2799 2800 2801 |
# File 'sig/types.rbs', line 2799 def database_id @database_id end |
#database_ip_address ⇒ ::String
Returns the value of attribute database_ip_address.
2801 2802 2803 |
# File 'sig/types.rbs', line 2801 def database_ip_address @database_ip_address end |
#database_name ⇒ ::String
Returns the value of attribute database_name.
2800 2801 2802 |
# File 'sig/types.rbs', line 2800 def database_name @database_name end |
#schema_id ⇒ ::String
Returns the value of attribute schema_id.
2797 2798 2799 |
# File 'sig/types.rbs', line 2797 def schema_id @schema_id end |
#schema_name ⇒ ::String
Returns the value of attribute schema_name.
2798 2799 2800 |
# File 'sig/types.rbs', line 2798 def schema_name @schema_name end |