Class: Aws::LocationService::Types::PutGeofenceResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::LocationService::Types::PutGeofenceResponse
 
 
- 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 geofence was created in [ISO 8601] format: ‘YYYY-MM-DDThh:mm:ss.sssZ`.
 - 
  
    
      #geofence_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The geofence identifier entered in the request.
 - 
  
    
      #update_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The timestamp for when the geofence was last updated in [ISO 8601] format: ‘YYYY-MM-DDThh:mm:ss.sssZ`.
 
Instance Attribute Details
#create_time ⇒ Time
The timestamp for when the geofence was created in [ISO 8601] format: ‘YYYY-MM-DDThh:mm:ss.sssZ`
      5438 5439 5440 5441 5442 5443 5444  | 
    
      # File 'lib/aws-sdk-locationservice/types.rb', line 5438 class PutGeofenceResponse < Struct.new( :geofence_id, :create_time, :update_time) SENSITIVE = [] include Aws::Structure end  | 
  
#geofence_id ⇒ String
The geofence identifier entered in the request.
      5438 5439 5440 5441 5442 5443 5444  | 
    
      # File 'lib/aws-sdk-locationservice/types.rb', line 5438 class PutGeofenceResponse < Struct.new( :geofence_id, :create_time, :update_time) SENSITIVE = [] include Aws::Structure end  | 
  
#update_time ⇒ Time
The timestamp for when the geofence was last updated in [ISO 8601] format: ‘YYYY-MM-DDThh:mm:ss.sssZ`
      5438 5439 5440 5441 5442 5443 5444  | 
    
      # File 'lib/aws-sdk-locationservice/types.rb', line 5438 class PutGeofenceResponse < Struct.new( :geofence_id, :create_time, :update_time) SENSITIVE = [] include Aws::Structure end  |