Class: Aws::SageMaker::Types::DescribeDeviceFleetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DescribeDeviceFleetRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#device_fleet_name ⇒ String
The name of the fleet.
Instance Attribute Details
#device_fleet_name ⇒ String
The name of the fleet.
13336 13337 13338 13339 13340 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 13336 class DescribeDeviceFleetRequest < Struct.new( :device_fleet_name) SENSITIVE = [] include Aws::Structure end |