Class: Aws::ManagedBlockchain::Types::GetNetworkOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ManagedBlockchain::Types::GetNetworkOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-managedblockchain/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#network ⇒ Types::Network
An object containing network configuration parameters.
Instance Attribute Details
#network ⇒ Types::Network
An object containing network configuration parameters.
716 717 718 719 720 |
# File 'lib/aws-sdk-managedblockchain/types.rb', line 716 class GetNetworkOutput < Struct.new( :network) SENSITIVE = [] include Aws::Structure end |