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


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

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)


622
623
624
# File 'sig/types.rbs', line 622

def catalog_id
  @catalog_id
end

#catalog_propertiesTypes::CatalogPropertiesOutput

Returns the value of attribute catalog_properties.



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

def catalog_properties
  @catalog_properties
end

#create_database_default_permissions::Array[Types::PrincipalPermissions]

Returns the value of attribute create_database_default_permissions.

Returns:



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

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:



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

def create_table_default_permissions
  @create_table_default_permissions
end

#create_time::Time

Returns the value of attribute create_time.

Returns:

  • (::Time)


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

def create_time
  @create_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


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

def description
  @description
end

#federated_catalogTypes::FederatedCatalog

Returns the value of attribute federated_catalog.



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

def federated_catalog
  @federated_catalog
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


623
624
625
# File 'sig/types.rbs', line 623

def name
  @name
end

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

Returns the value of attribute parameters.

Returns:

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


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

def parameters
  @parameters
end

#resource_arn::String

Returns the value of attribute resource_arn.

Returns:

  • (::String)


624
625
626
# File 'sig/types.rbs', line 624

def resource_arn
  @resource_arn
end

#target_redshift_catalogTypes::TargetRedshiftCatalog

Returns the value of attribute target_redshift_catalog.



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

def target_redshift_catalog
  @target_redshift_catalog
end

#update_time::Time

Returns the value of attribute update_time.

Returns:

  • (::Time)


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

def update_time
  @update_time
end