Class: Aws::Odb::Types::UpdateOdbNetworkOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Odb::Types::UpdateOdbNetworkOutput
- 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.
5413 5414 5415 5416 5417 5418 5419 5420 |
# File 'lib/aws-sdk-odb/types.rb', line 5413 class UpdateOdbNetworkOutput < 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.
5413 5414 5415 5416 5417 5418 5419 5420 |
# File 'lib/aws-sdk-odb/types.rb', line 5413 class UpdateOdbNetworkOutput < Struct.new( :display_name, :status, :status_reason, :odb_network_id) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current status of the ODB network.
5413 5414 5415 5416 5417 5418 5419 5420 |
# File 'lib/aws-sdk-odb/types.rb', line 5413 class UpdateOdbNetworkOutput < 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.
5413 5414 5415 5416 5417 5418 5419 5420 |
# File 'lib/aws-sdk-odb/types.rb', line 5413 class UpdateOdbNetworkOutput < Struct.new( :display_name, :status, :status_reason, :odb_network_id) SENSITIVE = [] include Aws::Structure end |