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)


4578
4579
4580
4581
4582
4583
4584
4585
# File 'lib/aws-sdk-odb/types.rb', line 4578

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)


4578
4579
4580
4581
4582
4583
4584
4585
# File 'lib/aws-sdk-odb/types.rb', line 4578

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)


4578
4579
4580
4581
4582
4583
4584
4585
# File 'lib/aws-sdk-odb/types.rb', line 4578

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)


4578
4579
4580
4581
4582
4583
4584
4585
# File 'lib/aws-sdk-odb/types.rb', line 4578

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