Class: Aws::Odb::Types::CreateOdbNetworkOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Odb::Types::CreateOdbNetworkOutput
- 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 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.
2293 2294 2295 2296 2297 2298 2299 2300 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 2293 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.
2293 2294 2295 2296 2297 2298 2299 2300 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 2293 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.
2293 2294 2295 2296 2297 2298 2299 2300 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 2293 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.
2293 2294 2295 2296 2297 2298 2299 2300 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 2293 class CreateOdbNetworkOutput < Struct.new( :display_name, :status, :status_reason, :odb_network_id) SENSITIVE = [] include Aws::Structure end |