Method: OCI::ComputeInstanceAgent::Models::InstanceAgentCommandContent.swagger_types
- Defined in:
- lib/oci/compute_instance_agent/models/instance_agent_command_content.rb
.swagger_types ⇒ Object
Attribute type mapping.
29 30 31 32 33 34 35 36 |
# File 'lib/oci/compute_instance_agent/models/instance_agent_command_content.rb', line 29 def self.swagger_types { # rubocop:disable Style/SymbolLiteral 'source': :'OCI::ComputeInstanceAgent::Models::InstanceAgentCommandSourceDetails', 'output': :'OCI::ComputeInstanceAgent::Models::InstanceAgentCommandOutputDetails' # rubocop:enable Style/SymbolLiteral } end |