Class: Aws::Odb::Types::CreateOdbPeeringConnectionOutput

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 ODB peering connection.

Returns:

  • (String)


4994
4995
4996
4997
4998
4999
5000
5001
# File 'lib/aws-sdk-odb/types.rb', line 4994

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

#odb_peering_connection_idString

The unique identifier of the ODB peering connection.

Returns:

  • (String)


4994
4995
4996
4997
4998
4999
5000
5001
# File 'lib/aws-sdk-odb/types.rb', line 4994

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

#statusString

The status of the ODB peering connection.

Returns:

  • (String)


4994
4995
4996
4997
4998
4999
5000
5001
# File 'lib/aws-sdk-odb/types.rb', line 4994

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

#status_reasonString

The reason for the current status of the ODB peering connection.

Returns:

  • (String)


4994
4995
4996
4997
4998
4999
5000
5001
# File 'lib/aws-sdk-odb/types.rb', line 4994

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