Class: Aws::Types::Schema

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


3016
3017
3018
# File 'sig/types.rbs', line 3016

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


3015
3016
3017
# File 'sig/types.rbs', line 3015

def analysis_rule_types
  @analysis_rule_types
end

#collaboration_arn::String

Returns the value of attribute collaboration_arn.

Returns:

  • (::String)


3021
3022
3023
# File 'sig/types.rbs', line 3021

def collaboration_arn
  @collaboration_arn
end

#collaboration_id::String

Returns the value of attribute collaboration_id.

Returns:

  • (::String)


3020
3021
3022
# File 'sig/types.rbs', line 3020

def collaboration_id
  @collaboration_id
end

#columns::Array[Types::Column]

Returns the value of attribute columns.

Returns:



3013
3014
3015
# File 'sig/types.rbs', line 3013

def columns
  @columns
end

#create_time::Time

Returns the value of attribute create_time.

Returns:

  • (::Time)


3023
3024
3025
# File 'sig/types.rbs', line 3023

def create_time
  @create_time
end

#creator_account_id::String

Returns the value of attribute creator_account_id.

Returns:

  • (::String)


3018
3019
3020
# File 'sig/types.rbs', line 3018

def 
  @creator_account_id
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


3022
3023
3024
# File 'sig/types.rbs', line 3022

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


3019
3020
3021
# File 'sig/types.rbs', line 3019

def name
  @name
end

#partition_keys::Array[Types::Column]

Returns the value of attribute partition_keys.

Returns:



3014
3015
3016
# File 'sig/types.rbs', line 3014

def partition_keys
  @partition_keys
end

#resource_arn::String

Returns the value of attribute resource_arn.

Returns:

  • (::String)


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

def resource_arn
  @resource_arn
end

#schema_status_details::Array[Types::SchemaStatusDetail]

Returns the value of attribute schema_status_details.

Returns:



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

def schema_status_details
  @schema_status_details
end

#schema_type_propertiesTypes::SchemaTypeProperties

Returns the value of attribute schema_type_properties.



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

def schema_type_properties
  @schema_type_properties
end

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

Returns the value of attribute selected_analysis_methods.

Returns:

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


3017
3018
3019
# File 'sig/types.rbs', line 3017

def selected_analysis_methods
  @selected_analysis_methods
end

#type"TABLE", ...

Returns the value of attribute type.

Returns:

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


3025
3026
3027
# File 'sig/types.rbs', line 3025

def type
  @type
end

#update_time::Time

Returns the value of attribute update_time.

Returns:

  • (::Time)


3024
3025
3026
# File 'sig/types.rbs', line 3024

def update_time
  @update_time
end