Class: Aws::Odb::Types::UpdateOdbPeeringConnectionOutput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-odb/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#display_nameString

The display name of the peering connection.



5474
5475
5476
5477
5478
5479
5480
5481
# File 'lib/aws-sdk-odb/types.rb', line 5474

class UpdateOdbPeeringConnectionOutput < Struct.new(
  :display_name,
  :status,
  :status_reason,
  :odb_peering_connection_id)
  SENSITIVE = []
  include Aws::Structure
end

#odb_peering_connection_idString

The identifier of the Oracle Database@Amazon Web Services peering connection that was updated.



5474
5475
5476
5477
5478
5479
5480
5481
# File 'lib/aws-sdk-odb/types.rb', line 5474

class UpdateOdbPeeringConnectionOutput < Struct.new(
  :display_name,
  :status,
  :status_reason,
  :odb_peering_connection_id)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the peering connection update operation.



5474
5475
5476
5477
5478
5479
5480
5481
# File 'lib/aws-sdk-odb/types.rb', line 5474

class UpdateOdbPeeringConnectionOutput < Struct.new(
  :display_name,
  :status,
  :status_reason,
  :odb_peering_connection_id)
  SENSITIVE = []
  include Aws::Structure
end

#status_reasonString

Additional information about the status of the peering connection update operation.



5474
5475
5476
5477
5478
5479
5480
5481
# File 'lib/aws-sdk-odb/types.rb', line 5474

class UpdateOdbPeeringConnectionOutput < Struct.new(
  :display_name,
  :status,
  :status_reason,
  :odb_peering_connection_id)
  SENSITIVE = []
  include Aws::Structure
end