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)


2204
2205
2206
# File 'sig/types.rbs', line 2204

def catalog_id
  @catalog_id
end

#create_table_default_permissions::Array[Types::PrincipalPermissions]

Returns the value of attribute create_table_default_permissions.

Returns:



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

def create_table_default_permissions
  @create_table_default_permissions
end

#create_time::Time

Returns the value of attribute create_time.

Returns:

  • (::Time)


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

def create_time
  @create_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


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

def description
  @description
end

#federated_databaseTypes::FederatedDatabase

Returns the value of attribute federated_database.



2205
2206
2207
# File 'sig/types.rbs', line 2205

def federated_database
  @federated_database
end

#location_uri::String

Returns the value of attribute location_uri.

Returns:

  • (::String)


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

def location_uri
  @location_uri
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


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

def name
  @name
end

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

Returns the value of attribute parameters.

Returns:

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


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

def parameters
  @parameters
end

#target_databaseTypes::DatabaseIdentifier

Returns the value of attribute target_database.



2203
2204
2205
# File 'sig/types.rbs', line 2203

def target_database
  @target_database
end