Class: Aws::Types::DatabaseResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#collectors::Array[Types::CollectorShortInfoResponse]

Returns the value of attribute collectors.

Returns:



524
525
526
# File 'sig/types.rbs', line 524

def collectors
  @collectors
end

#database_id::String

Returns the value of attribute database_id.

Returns:

  • (::String)


518
519
520
# File 'sig/types.rbs', line 518

def database_id
  @database_id
end

#database_name::String

Returns the value of attribute database_name.

Returns:

  • (::String)


519
520
521
# File 'sig/types.rbs', line 519

def database_name
  @database_name
end

#ip_address::String

Returns the value of attribute ip_address.

Returns:

  • (::String)


520
521
522
# File 'sig/types.rbs', line 520

def ip_address
  @ip_address
end

#number_of_schemas::Integer

Returns the value of attribute number_of_schemas.

Returns:

  • (::Integer)


521
522
523
# File 'sig/types.rbs', line 521

def number_of_schemas
  @number_of_schemas
end

#serverTypes::ServerShortInfoResponse

Returns the value of attribute server.



522
523
524
# File 'sig/types.rbs', line 522

def server
  @server
end

#software_detailsTypes::DatabaseInstanceSoftwareDetailsResponse

Returns the value of attribute software_details.



523
524
525
# File 'sig/types.rbs', line 523

def software_details
  @software_details
end