Class: Aws::Odb::Types::UpdateOdbPeeringConnectionOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Odb::Types::UpdateOdbPeeringConnectionOutput
- Defined in:
- gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#display_name ⇒ String
The display name of the peering connection.
-
#odb_peering_connection_id ⇒ String
The identifier of the Oracle Database@Amazon Web Services peering connection that was updated.
-
#status ⇒ String
The status of the peering connection update operation.
-
#status_reason ⇒ String
Additional information about the status of the peering connection update operation.
Instance Attribute Details
#display_name ⇒ String
The display name of the peering connection.
5474 5475 5476 5477 5478 5479 5480 5481 |
# File 'gems/aws-sdk-odb/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_id ⇒ String
The identifier of the Oracle Database@Amazon Web Services peering connection that was updated.
5474 5475 5476 5477 5478 5479 5480 5481 |
# File 'gems/aws-sdk-odb/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 ⇒ String
The status of the peering connection update operation.
5474 5475 5476 5477 5478 5479 5480 5481 |
# File 'gems/aws-sdk-odb/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_reason ⇒ String
Additional information about the status of the peering connection update operation.
5474 5475 5476 5477 5478 5479 5480 5481 |
# File 'gems/aws-sdk-odb/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 |