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


2989
2990
2991
# File 'sig/types.rbs', line 2989

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


2988
2989
2990
# File 'sig/types.rbs', line 2988

def analysis_rule_types
  @analysis_rule_types
end

#collaboration_arn::String

Returns the value of attribute collaboration_arn.

Returns:

  • (::String)


2994
2995
2996
# File 'sig/types.rbs', line 2994

def collaboration_arn
  @collaboration_arn
end

#collaboration_id::String

Returns the value of attribute collaboration_id.

Returns:

  • (::String)


2993
2994
2995
# File 'sig/types.rbs', line 2993

def collaboration_id
  @collaboration_id
end

#columns::Array[Types::Column]

Returns the value of attribute columns.

Returns:



2986
2987
2988
# File 'sig/types.rbs', line 2986

def columns
  @columns
end

#create_time::Time

Returns the value of attribute create_time.

Returns:

  • (::Time)


2996
2997
2998
# File 'sig/types.rbs', line 2996

def create_time
  @create_time
end

#creator_account_id::String

Returns the value of attribute creator_account_id.

Returns:

  • (::String)


2991
2992
2993
# File 'sig/types.rbs', line 2991

def 
  @creator_account_id
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2995
2996
2997
# File 'sig/types.rbs', line 2995

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2992
2993
2994
# File 'sig/types.rbs', line 2992

def name
  @name
end

#partition_keys::Array[Types::Column]

Returns the value of attribute partition_keys.

Returns:



2987
2988
2989
# File 'sig/types.rbs', line 2987

def partition_keys
  @partition_keys
end

#resource_arn::String

Returns the value of attribute resource_arn.

Returns:

  • (::String)


3000
3001
3002
# File 'sig/types.rbs', line 3000

def resource_arn
  @resource_arn
end

#schema_status_details::Array[Types::SchemaStatusDetail]

Returns the value of attribute schema_status_details.

Returns:



2999
3000
3001
# File 'sig/types.rbs', line 2999

def schema_status_details
  @schema_status_details
end

#schema_type_propertiesTypes::SchemaTypeProperties

Returns the value of attribute schema_type_properties.



3001
3002
3003
# File 'sig/types.rbs', line 3001

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


2990
2991
2992
# File 'sig/types.rbs', line 2990

def selected_analysis_methods
  @selected_analysis_methods
end

#type"TABLE", ...

Returns the value of attribute type.

Returns:

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


2998
2999
3000
# File 'sig/types.rbs', line 2998

def type
  @type
end

#update_time::Time

Returns the value of attribute update_time.

Returns:

  • (::Time)


2997
2998
2999
# File 'sig/types.rbs', line 2997

def update_time
  @update_time
end