Class: Aws::Types::SchemaConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::SchemaConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#catalog_id ⇒ ::String
Returns the value of attribute catalog_id.
-
#database_name ⇒ ::String
Returns the value of attribute database_name.
-
#region ⇒ ::String
Returns the value of attribute region.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#table_name ⇒ ::String
Returns the value of attribute table_name.
-
#version_id ⇒ ::String
Returns the value of attribute version_id.
Instance Attribute Details
#catalog_id ⇒ ::String
Returns the value of attribute catalog_id.
925 926 927 |
# File 'sig/types.rbs', line 925 def catalog_id @catalog_id end |
#database_name ⇒ ::String
Returns the value of attribute database_name.
926 927 928 |
# File 'sig/types.rbs', line 926 def database_name @database_name end |
#region ⇒ ::String
Returns the value of attribute region.
928 929 930 |
# File 'sig/types.rbs', line 928 def region @region end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
924 925 926 |
# File 'sig/types.rbs', line 924 def role_arn @role_arn end |
#table_name ⇒ ::String
Returns the value of attribute table_name.
927 928 929 |
# File 'sig/types.rbs', line 927 def table_name @table_name end |
#version_id ⇒ ::String
Returns the value of attribute version_id.
929 930 931 |
# File 'sig/types.rbs', line 929 def version_id @version_id end |