Class: Aws::Types::ConfiguredTableSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#analysis_method"DIRECT_QUERY", ...

Returns the value of attribute analysis_method.

Returns:

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


861
862
863
# File 'sig/types.rbs', line 861

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


860
861
862
# File 'sig/types.rbs', line 860

def analysis_rule_types
  @analysis_rule_types
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


856
857
858
# File 'sig/types.rbs', line 856

def arn
  @arn
end

#create_time::Time

Returns the value of attribute create_time.

Returns:

  • (::Time)


858
859
860
# File 'sig/types.rbs', line 858

def create_time
  @create_time
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


855
856
857
# File 'sig/types.rbs', line 855

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


857
858
859
# File 'sig/types.rbs', line 857

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


862
863
864
# File 'sig/types.rbs', line 862

def selected_analysis_methods
  @selected_analysis_methods
end

#update_time::Time

Returns the value of attribute update_time.

Returns:

  • (::Time)


859
860
861
# File 'sig/types.rbs', line 859

def update_time
  @update_time
end