Class: Aws::SageMaker::Types::DescribeDeviceFleetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DescribeDeviceFleetRequest
- Defined in:
- gems/aws-sdk-sagemaker/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.
13375 13376 13377 13378 13379 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 13375 class DescribeDeviceFleetRequest < Struct.new( :device_fleet_name) SENSITIVE = [] include Aws::Structure end |