Class: Aws::Types::GetSolNetworkPackageContentInput
- Inherits:
-
Object
- Object
- Aws::Types::GetSolNetworkPackageContentInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#accept ⇒ "application/zip"
Returns the value of attribute accept.
-
#nsd_info_id ⇒ ::String
Returns the value of attribute nsd_info_id.
Instance Attribute Details
#accept ⇒ "application/zip"
Returns the value of attribute accept.
241 242 243 |
# File 'sig/types.rbs', line 241 def accept @accept end |
#nsd_info_id ⇒ ::String
Returns the value of attribute nsd_info_id.
242 243 244 |
# File 'sig/types.rbs', line 242 def nsd_info_id @nsd_info_id end |