Class: Aws::Types::Catalog

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#allow_full_table_external_data_access"True", "False"

Returns the value of attribute allow_full_table_external_data_access.

Returns:

  • ("True", "False")


638
639
640
# File 'sig/types.rbs', line 638

def allow_full_table_external_data_access
  @allow_full_table_external_data_access
end

#catalog_id::String

Returns the value of attribute catalog_id.

Returns:

  • (::String)


626
627
628
# File 'sig/types.rbs', line 626

def catalog_id
  @catalog_id
end

#catalog_propertiesTypes::CatalogPropertiesOutput

Returns the value of attribute catalog_properties.



635
636
637
# File 'sig/types.rbs', line 635

def catalog_properties
  @catalog_properties
end

#create_database_default_permissions::Array[Types::PrincipalPermissions]

Returns the value of attribute create_database_default_permissions.

Returns:



637
638
639
# File 'sig/types.rbs', line 637

def create_database_default_permissions
  @create_database_default_permissions
end

#create_table_default_permissions::Array[Types::PrincipalPermissions]

Returns the value of attribute create_table_default_permissions.

Returns:



636
637
638
# File 'sig/types.rbs', line 636

def create_table_default_permissions
  @create_table_default_permissions
end

#create_time::Time

Returns the value of attribute create_time.

Returns:

  • (::Time)


631
632
633
# File 'sig/types.rbs', line 631

def create_time
  @create_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


629
630
631
# File 'sig/types.rbs', line 629

def description
  @description
end

#federated_catalogTypes::FederatedCatalog

Returns the value of attribute federated_catalog.



634
635
636
# File 'sig/types.rbs', line 634

def federated_catalog
  @federated_catalog
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


627
628
629
# File 'sig/types.rbs', line 627

def name
  @name
end

#parameters::Hash[::String, ::String]

Returns the value of attribute parameters.

Returns:

  • (::Hash[::String, ::String])


630
631
632
# File 'sig/types.rbs', line 630

def parameters
  @parameters
end

#resource_arn::String

Returns the value of attribute resource_arn.

Returns:

  • (::String)


628
629
630
# File 'sig/types.rbs', line 628

def resource_arn
  @resource_arn
end

#target_redshift_catalogTypes::TargetRedshiftCatalog

Returns the value of attribute target_redshift_catalog.



633
634
635
# File 'sig/types.rbs', line 633

def target_redshift_catalog
  @target_redshift_catalog
end

#update_time::Time

Returns the value of attribute update_time.

Returns:

  • (::Time)


632
633
634
# File 'sig/types.rbs', line 632

def update_time
  @update_time
end