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


844
845
846
# File 'sig/types.rbs', line 844

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


843
844
845
# File 'sig/types.rbs', line 843

def analysis_rule_types
  @analysis_rule_types
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


839
840
841
# File 'sig/types.rbs', line 839

def arn
  @arn
end

#create_time::Time

Returns the value of attribute create_time.

Returns:

  • (::Time)


841
842
843
# File 'sig/types.rbs', line 841

def create_time
  @create_time
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


838
839
840
# File 'sig/types.rbs', line 838

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


840
841
842
# File 'sig/types.rbs', line 840

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


845
846
847
# File 'sig/types.rbs', line 845

def selected_analysis_methods
  @selected_analysis_methods
end

#update_time::Time

Returns the value of attribute update_time.

Returns:

  • (::Time)


842
843
844
# File 'sig/types.rbs', line 842

def update_time
  @update_time
end