Class: Aws::LocationService::Types::ListMapsResponseEntry
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::LocationService::Types::ListMapsResponseEntry
 
 
- Defined in:
 - gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb
 
Overview
Contains details of an existing map resource in your Amazon Web Services account.
Constant Summary collapse
- SENSITIVE =
 [:create_time, :update_time]
Instance Attribute Summary collapse
- 
  
    
      #create_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The timestamp for when the map resource was created in [ISO 8601][1] format:
YYYY-MM-DDThh:mm:ss.sssZ. - 
  
    
      #data_source  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Specifies the data provider for the associated map tiles.
 - 
  
    
      #description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The description for the map resource.
 - 
  
    
      #map_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the associated map resource.
 - 
  
    
      #pricing_plan  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
No longer used.
 - 
  
    
      #update_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The timestamp for when the map resource was last updated in [ISO 8601][1] format:
YYYY-MM-DDThh:mm:ss.sssZ. 
Instance Attribute Details
#create_time ⇒ Time
The timestamp for when the map resource was created in ISO 8601
format: YYYY-MM-DDThh:mm:ss.sssZ.
      4637 4638 4639 4640 4641 4642 4643 4644 4645 4646  | 
    
      # File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 4637 class ListMapsResponseEntry < Struct.new( :map_name, :description, :data_source, :pricing_plan, :create_time, :update_time) SENSITIVE = [:create_time, :update_time] include Aws::Structure end  | 
  
#data_source ⇒ String
Specifies the data provider for the associated map tiles.
      4637 4638 4639 4640 4641 4642 4643 4644 4645 4646  | 
    
      # File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 4637 class ListMapsResponseEntry < Struct.new( :map_name, :description, :data_source, :pricing_plan, :create_time, :update_time) SENSITIVE = [:create_time, :update_time] include Aws::Structure end  | 
  
#description ⇒ String
The description for the map resource.
      4637 4638 4639 4640 4641 4642 4643 4644 4645 4646  | 
    
      # File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 4637 class ListMapsResponseEntry < Struct.new( :map_name, :description, :data_source, :pricing_plan, :create_time, :update_time) SENSITIVE = [:create_time, :update_time] include Aws::Structure end  | 
  
#map_name ⇒ String
The name of the associated map resource.
      4637 4638 4639 4640 4641 4642 4643 4644 4645 4646  | 
    
      # File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 4637 class ListMapsResponseEntry < Struct.new( :map_name, :description, :data_source, :pricing_plan, :create_time, :update_time) SENSITIVE = [:create_time, :update_time] include Aws::Structure end  | 
  
#pricing_plan ⇒ String
No longer used. Always returns RequestBasedUsage.
      4637 4638 4639 4640 4641 4642 4643 4644 4645 4646  | 
    
      # File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 4637 class ListMapsResponseEntry < Struct.new( :map_name, :description, :data_source, :pricing_plan, :create_time, :update_time) SENSITIVE = [:create_time, :update_time] include Aws::Structure end  | 
  
#update_time ⇒ Time
The timestamp for when the map resource was last updated in ISO
8601 format: YYYY-MM-DDThh:mm:ss.sssZ.
      4637 4638 4639 4640 4641 4642 4643 4644 4645 4646  | 
    
      # File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 4637 class ListMapsResponseEntry < Struct.new( :map_name, :description, :data_source, :pricing_plan, :create_time, :update_time) SENSITIVE = [:create_time, :update_time] include Aws::Structure end  |