Class: Aws::Types::CreateConfiguredTableInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#allowed_columns::Array[::String]

Returns the value of attribute allowed_columns.

Returns:

  • (::Array[::String])


1052
1053
1054
# File 'sig/types.rbs', line 1052

def allowed_columns
  @allowed_columns
end

#analysis_method"DIRECT_QUERY", ...

Returns the value of attribute analysis_method.

Returns:

  • ("DIRECT_QUERY", "DIRECT_JOB", "MULTIPLE")


1053
1054
1055
# File 'sig/types.rbs', line 1053

def analysis_method
  @analysis_method
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1050
1051
1052
# File 'sig/types.rbs', line 1050

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1049
1050
1051
# File 'sig/types.rbs', line 1049

def name
  @name
end

#selected_analysis_methods::Array[("DIRECT_QUERY" | "DIRECT_JOB")]

Returns the value of attribute selected_analysis_methods.

Returns:

  • (::Array[("DIRECT_QUERY" | "DIRECT_JOB")])


1054
1055
1056
# File 'sig/types.rbs', line 1054

def selected_analysis_methods
  @selected_analysis_methods
end

#table_referenceTypes::TableReference

Returns the value of attribute table_reference.



1051
1052
1053
# File 'sig/types.rbs', line 1051

def table_reference
  @table_reference
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


1055
1056
1057
# File 'sig/types.rbs', line 1055

def tags
  @tags
end