Class: Aws::LocationService::Types::UpdateGeofenceCollectionResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::LocationService::Types::UpdateGeofenceCollectionResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-locationservice/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #collection_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the updated geofence collection.
 - 
  
    
      #collection_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the updated geofence collection.
 - 
  
    
      #update_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The time when the geofence collection was last updated in [ISO 8601] format: ‘YYYY-MM-DDThh:mm:ss.sssZ`.
 
Instance Attribute Details
#collection_arn ⇒ String
The Amazon Resource Name (ARN) of the updated geofence collection. Used to specify a resource across Amazon Web Services.
- 
Format example: ‘arn:aws:geo:region:account-id:geofence-collection/ExampleGeofenceCollection`
 
^
      6627 6628 6629 6630 6631 6632 6633  | 
    
      # File 'lib/aws-sdk-locationservice/types.rb', line 6627 class UpdateGeofenceCollectionResponse < Struct.new( :collection_name, :collection_arn, :update_time) SENSITIVE = [] include Aws::Structure end  | 
  
#collection_name ⇒ String
The name of the updated geofence collection.
      6627 6628 6629 6630 6631 6632 6633  | 
    
      # File 'lib/aws-sdk-locationservice/types.rb', line 6627 class UpdateGeofenceCollectionResponse < Struct.new( :collection_name, :collection_arn, :update_time) SENSITIVE = [] include Aws::Structure end  | 
  
#update_time ⇒ Time
The time when the geofence collection was last updated in [ISO 8601] format: ‘YYYY-MM-DDThh:mm:ss.sssZ`
      6627 6628 6629 6630 6631 6632 6633  | 
    
      # File 'lib/aws-sdk-locationservice/types.rb', line 6627 class UpdateGeofenceCollectionResponse < Struct.new( :collection_name, :collection_arn, :update_time) SENSITIVE = [] include Aws::Structure end  |