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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-odb/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)


2367
2368
2369
2370
2371
2372
2373
2374
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 2367

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)


2367
2368
2369
2370
2371
2372
2373
2374
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 2367

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.

Valid Values: provisioning | active | terminating | terminated | failed

Returns:

  • (String)


2367
2368
2369
2370
2371
2372
2373
2374
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 2367

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)


2367
2368
2369
2370
2371
2372
2373
2374
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 2367

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