Class: Aws::Types::PutSolNetworkPackageContentInput
- Inherits:
-
Object
- Object
- Aws::Types::PutSolNetworkPackageContentInput
- 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.
547 548 549 |
# File 'sig/types.rbs', line 547 def content_type @content_type end |
#file ⇒ ::String
Returns the value of attribute file.
548 549 550 |
# File 'sig/types.rbs', line 548 def file @file end |
#nsd_info_id ⇒ ::String
Returns the value of attribute nsd_info_id.
549 550 551 |
# File 'sig/types.rbs', line 549 def nsd_info_id @nsd_info_id end |