Class: Aws::SageMaker::Types::GetDeviceFleetReportRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::GetDeviceFleetReportRequest
- 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.
20997 20998 20999 21000 21001 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 20997 class GetDeviceFleetReportRequest < Struct.new( :device_fleet_name) SENSITIVE = [] include Aws::Structure end |