Class: Aws::LocationService::Types::CreateTrackerResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::LocationService::Types::CreateTrackerResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-locationservice/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #create_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The timestamp for when the tracker resource was created in [ ISO 8601] format: ‘YYYY-MM-DDThh:mm:ss.sssZ`.
 - 
  
    
      #tracker_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) for the tracker resource.
 - 
  
    
      #tracker_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the tracker resource.
 
Instance Attribute Details
#create_time ⇒ Time
The timestamp for when the tracker resource was created in [ ISO 8601] format: ‘YYYY-MM-DDThh:mm:ss.sssZ`.
      2081 2082 2083 2084 2085 2086 2087  | 
    
      # File 'lib/aws-sdk-locationservice/types.rb', line 2081 class CreateTrackerResponse < Struct.new( :tracker_name, :tracker_arn, :create_time) SENSITIVE = [] include Aws::Structure end  | 
  
#tracker_arn ⇒ String
The Amazon Resource Name (ARN) for the tracker resource. Used when you need to specify a resource across all Amazon Web Services.
- 
Format example: ‘arn:aws:geo:region:account-id:tracker/ExampleTracker`
 
^
      2081 2082 2083 2084 2085 2086 2087  | 
    
      # File 'lib/aws-sdk-locationservice/types.rb', line 2081 class CreateTrackerResponse < Struct.new( :tracker_name, :tracker_arn, :create_time) SENSITIVE = [] include Aws::Structure end  | 
  
#tracker_name ⇒ String
The name of the tracker resource.
      2081 2082 2083 2084 2085 2086 2087  | 
    
      # File 'lib/aws-sdk-locationservice/types.rb', line 2081 class CreateTrackerResponse < Struct.new( :tracker_name, :tracker_arn, :create_time) SENSITIVE = [] include Aws::Structure end  |