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])


1033
1034
1035
# File 'sig/types.rbs', line 1033

def allowed_columns
  @allowed_columns
end

#analysis_method"DIRECT_QUERY", ...

Returns the value of attribute analysis_method.

Returns:

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


1034
1035
1036
# File 'sig/types.rbs', line 1034

def analysis_method
  @analysis_method
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1031
1032
1033
# File 'sig/types.rbs', line 1031

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1030
1031
1032
# File 'sig/types.rbs', line 1030

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")])


1035
1036
1037
# File 'sig/types.rbs', line 1035

def selected_analysis_methods
  @selected_analysis_methods
end

#table_referenceTypes::TableReference

Returns the value of attribute table_reference.



1032
1033
1034
# File 'sig/types.rbs', line 1032

def table_reference
  @table_reference
end

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

Returns the value of attribute tags.

Returns:

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


1036
1037
1038
# File 'sig/types.rbs', line 1036

def tags
  @tags
end