Class: Aws::Types::ImportDecoderManifestRequest
- Inherits:
-
Object
- Object
- Aws::Types::ImportDecoderManifestRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ ::String
Returns the value of attribute name.
-
#network_file_definitions ⇒ ::Array[Types::NetworkFileDefinition]
Returns the value of attribute network_file_definitions.
Instance Attribute Details
#name ⇒ ::String
Returns the value of attribute name.
696 697 698 |
# File 'sig/types.rbs', line 696 def name @name end |
#network_file_definitions ⇒ ::Array[Types::NetworkFileDefinition]
Returns the value of attribute network_file_definitions.
697 698 699 |
# File 'sig/types.rbs', line 697 def network_file_definitions @network_file_definitions end |