Class: Aws::Snowball::Types::DeviceConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::Snowball::Types::DeviceConfiguration
- Defined in:
- gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb
Overview
Note:
When making an API call, you may pass DeviceConfiguration data as a hash:
{
snowcone_device_configuration: {
wireless_connection: {
is_wifi_enabled: false,
},
},
}
The container for SnowconeDeviceConfiguration
.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#snowcone_device_configuration ⇒ Types::SnowconeDeviceConfiguration
Returns information about the device configuration for an Snowcone job.
Instance Attribute Details
#snowcone_device_configuration ⇒ Types::SnowconeDeviceConfiguration
Returns information about the device configuration for an Snowcone job.
1270 1271 1272 1273 1274 |
# File 'gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb', line 1270 class DeviceConfiguration < Struct.new( :snowcone_device_configuration) SENSITIVE = [] include Aws::Structure end |