Class: Aws::Snowball::Types::DeviceConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::Snowball::Types::DeviceConfiguration
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-snowball/types.rb
Overview
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.
1088 1089 1090 1091 1092 |
# File 'lib/aws-sdk-snowball/types.rb', line 1088 class DeviceConfiguration < Struct.new( :snowcone_device_configuration) SENSITIVE = [] include Aws::Structure end |