Class: Aws::Types::GetSolNetworkPackageContentOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetSolNetworkPackageContentOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#content_type ⇒ "application/zip"
Returns the value of attribute content_type.
-
#nsd_content ⇒ ::String
Returns the value of attribute nsd_content.
Instance Attribute Details
#content_type ⇒ "application/zip"
Returns the value of attribute content_type.
247 248 249 |
# File 'sig/types.rbs', line 247 def content_type @content_type end |
#nsd_content ⇒ ::String
Returns the value of attribute nsd_content.
248 249 250 |
# File 'sig/types.rbs', line 248 def nsd_content @nsd_content end |