Class: Aws::Types::MetadataCatalogDetail

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#catalog_type"GLUE"

Returns the value of attribute catalog_type.

Returns:

  • ("GLUE")


834
835
836
# File 'sig/types.rbs', line 834

def catalog_type
  @catalog_type
end

#partition_registration_outputTypes::RegistrationOutput

Returns the value of attribute partition_registration_output.



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

def partition_registration_output
  @partition_registration_output
end

#table_name::String

Returns the value of attribute table_name.

Returns:

  • (::String)


835
836
837
# File 'sig/types.rbs', line 835

def table_name
  @table_name
end

#table_registration_outputTypes::RegistrationOutput

Returns the value of attribute table_registration_output.



836
837
838
# File 'sig/types.rbs', line 836

def table_registration_output
  @table_registration_output
end