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

#arn ⇒ ::String

Returns the value of attribute arn.

Returns:

  • (::String)


147
148
149
# File 'sig/types.rbs', line 147

def arn
  @arn
end

#creation_time ⇒ ::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


151
152
153
# File 'sig/types.rbs', line 151

def creation_time
  @creation_time
end

#database_name ⇒ ::String

Returns the value of attribute database_name.

Returns:

  • (::String)


148
149
150
# File 'sig/types.rbs', line 148

def database_name
  @database_name
end

#kms_key_id ⇒ ::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


150
151
152
# File 'sig/types.rbs', line 150

def kms_key_id
  @kms_key_id
end

#last_updated_time ⇒ ::Time

Returns the value of attribute last_updated_time.

Returns:

  • (::Time)


152
153
154
# File 'sig/types.rbs', line 152

def last_updated_time
  @last_updated_time
end

#table_count ⇒ ::Integer

Returns the value of attribute table_count.

Returns:

  • (::Integer)


149
150
151
# File 'sig/types.rbs', line 149

def table_count
  @table_count
end