Class: Aws::Types::SchemaSummary

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


3035
3036
3037
# File 'sig/types.rbs', line 3035

def analysis_method
  @analysis_method
end

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

Returns the value of attribute analysis_rule_types.

Returns:

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


3034
3035
3036
# File 'sig/types.rbs', line 3034

def analysis_rule_types
  @analysis_rule_types
end

#collaboration_arn::String

Returns the value of attribute collaboration_arn.

Returns:

  • (::String)


3033
3034
3035
# File 'sig/types.rbs', line 3033

def collaboration_arn
  @collaboration_arn
end

#collaboration_id::String

Returns the value of attribute collaboration_id.

Returns:

  • (::String)


3032
3033
3034
# File 'sig/types.rbs', line 3032

def collaboration_id
  @collaboration_id
end

#create_time::Time

Returns the value of attribute create_time.

Returns:

  • (::Time)


3030
3031
3032
# File 'sig/types.rbs', line 3030

def create_time
  @create_time
end

#creator_account_id::String

Returns the value of attribute creator_account_id.

Returns:

  • (::String)


3029
3030
3031
# File 'sig/types.rbs', line 3029

def 
  @creator_account_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


3027
3028
3029
# File 'sig/types.rbs', line 3027

def name
  @name
end

#resource_arn::String

Returns the value of attribute resource_arn.

Returns:

  • (::String)


3036
3037
3038
# File 'sig/types.rbs', line 3036

def resource_arn
  @resource_arn
end

#selected_analysis_methods::Array[("DIRECT_QUERY" | "DIRECT_JOB")]

Returns the value of attribute selected_analysis_methods.

Returns:

  • (::Array[("DIRECT_QUERY" | "DIRECT_JOB")])


3037
3038
3039
# File 'sig/types.rbs', line 3037

def selected_analysis_methods
  @selected_analysis_methods
end

#type"TABLE", ...

Returns the value of attribute type.

Returns:

  • ("TABLE", "ID_MAPPING_TABLE", "INTERMEDIATE_TABLE")


3028
3029
3030
# File 'sig/types.rbs', line 3028

def type
  @type
end

#update_time::Time

Returns the value of attribute update_time.

Returns:

  • (::Time)


3031
3032
3033
# File 'sig/types.rbs', line 3031

def update_time
  @update_time
end