Class: Aws::SageMaker::Types::DescribeDeviceFleetResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::DescribeDeviceFleetResponse
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #creation_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Timestamp of when the device fleet was created.
 - 
  
    
      #description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A description of the fleet.
 - 
  
    
      #device_fleet_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The The Amazon Resource Name (ARN) of the fleet.
 - 
  
    
      #device_fleet_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the fleet.
 - 
  
    
      #iot_role_alias  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) alias created in Amazon Web Services Internet of Things (IoT).
 - 
  
    
      #last_modified_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Timestamp of when the device fleet was last updated.
 - 
  
    
      #output_config  ⇒ Types::EdgeOutputConfig 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The output configuration for storing sampled data.
 - 
  
    
      #role_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) that has access to Amazon Web Services Internet of Things (IoT).
 
Instance Attribute Details
#creation_time ⇒ Time
Timestamp of when the device fleet was created.
      14261 14262 14263 14264 14265 14266 14267 14268 14269 14270 14271 14272  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 14261 class DescribeDeviceFleetResponse < Struct.new( :device_fleet_name, :device_fleet_arn, :output_config, :description, :creation_time, :last_modified_time, :role_arn, :iot_role_alias) SENSITIVE = [] include Aws::Structure end  | 
  
#description ⇒ String
A description of the fleet.
      14261 14262 14263 14264 14265 14266 14267 14268 14269 14270 14271 14272  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 14261 class DescribeDeviceFleetResponse < Struct.new( :device_fleet_name, :device_fleet_arn, :output_config, :description, :creation_time, :last_modified_time, :role_arn, :iot_role_alias) SENSITIVE = [] include Aws::Structure end  | 
  
#device_fleet_arn ⇒ String
The The Amazon Resource Name (ARN) of the fleet.
      14261 14262 14263 14264 14265 14266 14267 14268 14269 14270 14271 14272  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 14261 class DescribeDeviceFleetResponse < Struct.new( :device_fleet_name, :device_fleet_arn, :output_config, :description, :creation_time, :last_modified_time, :role_arn, :iot_role_alias) SENSITIVE = [] include Aws::Structure end  | 
  
#device_fleet_name ⇒ String
The name of the fleet.
      14261 14262 14263 14264 14265 14266 14267 14268 14269 14270 14271 14272  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 14261 class DescribeDeviceFleetResponse < Struct.new( :device_fleet_name, :device_fleet_arn, :output_config, :description, :creation_time, :last_modified_time, :role_arn, :iot_role_alias) SENSITIVE = [] include Aws::Structure end  | 
  
#iot_role_alias ⇒ String
The Amazon Resource Name (ARN) alias created in Amazon Web Services Internet of Things (IoT).
      14261 14262 14263 14264 14265 14266 14267 14268 14269 14270 14271 14272  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 14261 class DescribeDeviceFleetResponse < Struct.new( :device_fleet_name, :device_fleet_arn, :output_config, :description, :creation_time, :last_modified_time, :role_arn, :iot_role_alias) SENSITIVE = [] include Aws::Structure end  | 
  
#last_modified_time ⇒ Time
Timestamp of when the device fleet was last updated.
      14261 14262 14263 14264 14265 14266 14267 14268 14269 14270 14271 14272  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 14261 class DescribeDeviceFleetResponse < Struct.new( :device_fleet_name, :device_fleet_arn, :output_config, :description, :creation_time, :last_modified_time, :role_arn, :iot_role_alias) SENSITIVE = [] include Aws::Structure end  | 
  
#output_config ⇒ Types::EdgeOutputConfig
The output configuration for storing sampled data.
      14261 14262 14263 14264 14265 14266 14267 14268 14269 14270 14271 14272  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 14261 class DescribeDeviceFleetResponse < Struct.new( :device_fleet_name, :device_fleet_arn, :output_config, :description, :creation_time, :last_modified_time, :role_arn, :iot_role_alias) SENSITIVE = [] include Aws::Structure end  | 
  
#role_arn ⇒ String
The Amazon Resource Name (ARN) that has access to Amazon Web Services Internet of Things (IoT).
      14261 14262 14263 14264 14265 14266 14267 14268 14269 14270 14271 14272  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 14261 class DescribeDeviceFleetResponse < Struct.new( :device_fleet_name, :device_fleet_arn, :output_config, :description, :creation_time, :last_modified_time, :role_arn, :iot_role_alias) SENSITIVE = [] include Aws::Structure end  |