Class: Aws::Types::SchemaShortInfoResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#database_id::String

Returns the value of attribute database_id.

Returns:

  • (::String)


2799
2800
2801
# File 'sig/types.rbs', line 2799

def database_id
  @database_id
end

#database_ip_address::String

Returns the value of attribute database_ip_address.

Returns:

  • (::String)


2801
2802
2803
# File 'sig/types.rbs', line 2801

def database_ip_address
  @database_ip_address
end

#database_name::String

Returns the value of attribute database_name.

Returns:

  • (::String)


2800
2801
2802
# File 'sig/types.rbs', line 2800

def database_name
  @database_name
end

#schema_id::String

Returns the value of attribute schema_id.

Returns:

  • (::String)


2797
2798
2799
# File 'sig/types.rbs', line 2797

def schema_id
  @schema_id
end

#schema_name::String

Returns the value of attribute schema_name.

Returns:

  • (::String)


2798
2799
2800
# File 'sig/types.rbs', line 2798

def schema_name
  @schema_name
end