Class: Aws::Types::ConfiguredTable

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


702
703
704
# File 'sig/types.rbs', line 702

def allowed_columns
  @allowed_columns
end

#analysis_method"DIRECT_QUERY", ...

Returns the value of attribute analysis_method.

Returns:

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


701
702
703
# File 'sig/types.rbs', line 701

def analysis_method
  @analysis_method
end

#analysis_rule_types::Array[("AGGREGATION" | "LIST" | "CUSTOM")]

Returns the value of attribute analysis_rule_types.

Returns:

  • (::Array[("AGGREGATION" | "LIST" | "CUSTOM")])


700
701
702
# File 'sig/types.rbs', line 700

def analysis_rule_types
  @analysis_rule_types
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


694
695
696
# File 'sig/types.rbs', line 694

def arn
  @arn
end

#create_time::Time

Returns the value of attribute create_time.

Returns:

  • (::Time)


698
699
700
# File 'sig/types.rbs', line 698

def create_time
  @create_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


696
697
698
# File 'sig/types.rbs', line 696

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


693
694
695
# File 'sig/types.rbs', line 693

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


695
696
697
# File 'sig/types.rbs', line 695

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


703
704
705
# File 'sig/types.rbs', line 703

def selected_analysis_methods
  @selected_analysis_methods
end

#table_referenceTypes::TableReference

Returns the value of attribute table_reference.



697
698
699
# File 'sig/types.rbs', line 697

def table_reference
  @table_reference
end

#update_time::Time

Returns the value of attribute update_time.

Returns:

  • (::Time)


699
700
701
# File 'sig/types.rbs', line 699

def update_time
  @update_time
end