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.
21074 21075 21076 21077 21078 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 21074 class GetDeviceFleetReportRequest < Struct.new( :device_fleet_name) SENSITIVE = [] include Aws::Structure end |