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


3062
3063
3064
# File 'sig/types.rbs', line 3062

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


3061
3062
3063
# File 'sig/types.rbs', line 3061

def analysis_rule_types
  @analysis_rule_types
end

#collaboration_arn::String

Returns the value of attribute collaboration_arn.

Returns:

  • (::String)


3060
3061
3062
# File 'sig/types.rbs', line 3060

def collaboration_arn
  @collaboration_arn
end

#collaboration_id::String

Returns the value of attribute collaboration_id.

Returns:

  • (::String)


3059
3060
3061
# File 'sig/types.rbs', line 3059

def collaboration_id
  @collaboration_id
end

#create_time::Time

Returns the value of attribute create_time.

Returns:

  • (::Time)


3057
3058
3059
# File 'sig/types.rbs', line 3057

def create_time
  @create_time
end

#creator_account_id::String

Returns the value of attribute creator_account_id.

Returns:

  • (::String)


3056
3057
3058
# File 'sig/types.rbs', line 3056

def 
  @creator_account_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


3054
3055
3056
# File 'sig/types.rbs', line 3054

def name
  @name
end

#resource_arn::String

Returns the value of attribute resource_arn.

Returns:

  • (::String)


3063
3064
3065
# File 'sig/types.rbs', line 3063

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


3064
3065
3066
# File 'sig/types.rbs', line 3064

def selected_analysis_methods
  @selected_analysis_methods
end

#type"TABLE", ...

Returns the value of attribute type.

Returns:

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


3055
3056
3057
# File 'sig/types.rbs', line 3055

def type
  @type
end

#update_time::Time

Returns the value of attribute update_time.

Returns:

  • (::Time)


3058
3059
3060
# File 'sig/types.rbs', line 3058

def update_time
  @update_time
end