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


719
720
721
# File 'sig/types.rbs', line 719

def allowed_columns
  @allowed_columns
end

#analysis_method"DIRECT_QUERY", ...

Returns the value of attribute analysis_method.

Returns:

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


718
719
720
# File 'sig/types.rbs', line 718

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


717
718
719
# File 'sig/types.rbs', line 717

def analysis_rule_types
  @analysis_rule_types
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


711
712
713
# File 'sig/types.rbs', line 711

def arn
  @arn
end

#create_time::Time

Returns the value of attribute create_time.

Returns:

  • (::Time)


715
716
717
# File 'sig/types.rbs', line 715

def create_time
  @create_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


713
714
715
# File 'sig/types.rbs', line 713

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


710
711
712
# File 'sig/types.rbs', line 710

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


712
713
714
# File 'sig/types.rbs', line 712

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


720
721
722
# File 'sig/types.rbs', line 720

def selected_analysis_methods
  @selected_analysis_methods
end

#table_referenceTypes::TableReference

Returns the value of attribute table_reference.



714
715
716
# File 'sig/types.rbs', line 714

def table_reference
  @table_reference
end

#update_time::Time

Returns the value of attribute update_time.

Returns:

  • (::Time)


716
717
718
# File 'sig/types.rbs', line 716

def update_time
  @update_time
end