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.
5162 5163 5164 5165 5166 5167 5168 5169 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 5162 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.
5162 5163 5164 5165 5166 5167 5168 5169 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 5162 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.
5162 5163 5164 5165 5166 5167 5168 5169 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 5162 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.
5162 5163 5164 5165 5166 5167 5168 5169 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 5162 class UpdateOdbPeeringConnectionOutput < Struct.new( :display_name, :status, :status_reason, :odb_peering_connection_id) SENSITIVE = [] include Aws::Structure end |