Class: Aws::Types::ValidateSolNetworkPackageContentInput
- Inherits:
-
Object
- Object
- Aws::Types::ValidateSolNetworkPackageContentInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#content_type ⇒ "application/zip"
Returns the value of attribute content_type.
-
#file ⇒ ::String
Returns the value of attribute file.
-
#nsd_info_id ⇒ ::String
Returns the value of attribute nsd_info_id.
Instance Attribute Details
#content_type ⇒ "application/zip"
Returns the value of attribute content_type.
698 699 700 |
# File 'sig/types.rbs', line 698 def content_type @content_type end |
#file ⇒ ::String
Returns the value of attribute file.
699 700 701 |
# File 'sig/types.rbs', line 699 def file @file end |
#nsd_info_id ⇒ ::String
Returns the value of attribute nsd_info_id.
700 701 702 |
# File 'sig/types.rbs', line 700 def nsd_info_id @nsd_info_id end |