Class: Aws::Types::SchemaConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#catalog_id::String

Returns the value of attribute catalog_id.

Returns:



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.

Returns:



926
927
928
# File 'sig/types.rbs', line 926

def database_name
  @database_name
end

#region::String

Returns the value of attribute region.

Returns:



928
929
930
# File 'sig/types.rbs', line 928

def region
  @region
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:



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.

Returns:



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.

Returns:



929
930
931
# File 'sig/types.rbs', line 929

def version_id
  @version_id
end