Class: Aws::Types::Database

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#catalog_id::String

Returns the value of attribute catalog_id.

Returns:

  • (::String)


2200
2201
2202
# File 'sig/types.rbs', line 2200

def catalog_id
  @catalog_id
end

#create_table_default_permissions::Array[Types::PrincipalPermissions]

Returns the value of attribute create_table_default_permissions.

Returns:



2198
2199
2200
# File 'sig/types.rbs', line 2198

def create_table_default_permissions
  @create_table_default_permissions
end

#create_time::Time

Returns the value of attribute create_time.

Returns:

  • (::Time)


2197
2198
2199
# File 'sig/types.rbs', line 2197

def create_time
  @create_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2194
2195
2196
# File 'sig/types.rbs', line 2194

def description
  @description
end

#federated_databaseTypes::FederatedDatabase

Returns the value of attribute federated_database.



2201
2202
2203
# File 'sig/types.rbs', line 2201

def federated_database
  @federated_database
end

#location_uri::String

Returns the value of attribute location_uri.

Returns:

  • (::String)


2195
2196
2197
# File 'sig/types.rbs', line 2195

def location_uri
  @location_uri
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2193
2194
2195
# File 'sig/types.rbs', line 2193

def name
  @name
end

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

Returns the value of attribute parameters.

Returns:

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


2196
2197
2198
# File 'sig/types.rbs', line 2196

def parameters
  @parameters
end

#target_databaseTypes::DatabaseIdentifier

Returns the value of attribute target_database.



2199
2200
2201
# File 'sig/types.rbs', line 2199

def target_database
  @target_database
end