Class: Aws::Odb::Types::CreateOdbNetworkOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Odb::Types::CreateOdbNetworkOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-odb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#display_name ⇒ String
The user-friendly name of the ODB network.
-
#odb_network_id ⇒ String
The unique identifier of the ODB network.
-
#status ⇒ String
The current status of the ODB network.
-
#status_reason ⇒ String
Additional information about the status of the ODB network.
Instance Attribute Details
#display_name ⇒ String
The user-friendly name of the ODB network.
2364 2365 2366 2367 2368 2369 2370 2371 |
# File 'lib/aws-sdk-odb/types.rb', line 2364 class CreateOdbNetworkOutput < Struct.new( :display_name, :status, :status_reason, :odb_network_id) SENSITIVE = [] include Aws::Structure end |
#odb_network_id ⇒ String
The unique identifier of the ODB network.
2364 2365 2366 2367 2368 2369 2370 2371 |
# File 'lib/aws-sdk-odb/types.rb', line 2364 class CreateOdbNetworkOutput < Struct.new( :display_name, :status, :status_reason, :odb_network_id) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current status of the ODB network.
2364 2365 2366 2367 2368 2369 2370 2371 |
# File 'lib/aws-sdk-odb/types.rb', line 2364 class CreateOdbNetworkOutput < Struct.new( :display_name, :status, :status_reason, :odb_network_id) SENSITIVE = [] include Aws::Structure end |
#status_reason ⇒ String
Additional information about the status of the ODB network.
2364 2365 2366 2367 2368 2369 2370 2371 |
# File 'lib/aws-sdk-odb/types.rb', line 2364 class CreateOdbNetworkOutput < Struct.new( :display_name, :status, :status_reason, :odb_network_id) SENSITIVE = [] include Aws::Structure end |