Class: Aws::Tnb::Types::GetSolNetworkPackageContentOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Tnb::Types::GetSolNetworkPackageContentOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-tnb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#content_type ⇒ String
Indicates the media type of the resource.
-
#nsd_content ⇒ String
Content of the network service descriptor in the network package.
Instance Attribute Details
#content_type ⇒ String
Indicates the media type of the resource.
886 887 888 889 890 891 |
# File 'lib/aws-sdk-tnb/types.rb', line 886 class GetSolNetworkPackageContentOutput < Struct.new( :content_type, :nsd_content) SENSITIVE = [] include Aws::Structure end |
#nsd_content ⇒ String
Content of the network service descriptor in the network package.
886 887 888 889 890 891 |
# File 'lib/aws-sdk-tnb/types.rb', line 886 class GetSolNetworkPackageContentOutput < Struct.new( :content_type, :nsd_content) SENSITIVE = [] include Aws::Structure end |