Class: Aws::Types::AutonomousDatabasePeerSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#autonomous_database_arn::String

Returns the value of attribute autonomous_database_arn.

Returns:

  • (::String)


258
259
260
# File 'sig/types.rbs', line 258

def autonomous_database_arn
  @autonomous_database_arn
end

#autonomous_database_id::String

Returns the value of attribute autonomous_database_id.

Returns:

  • (::String)


257
258
259
# File 'sig/types.rbs', line 257

def autonomous_database_id
  @autonomous_database_id
end

#ocid::String

Returns the value of attribute ocid.

Returns:

  • (::String)


259
260
261
# File 'sig/types.rbs', line 259

def ocid
  @ocid
end

#region::String

Returns the value of attribute region.

Returns:

  • (::String)


260
261
262
# File 'sig/types.rbs', line 260

def region
  @region
end