Class: Aws::LocationService::Types::CreatePlaceIndexResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::LocationService::Types::CreatePlaceIndexResponse
 
 
- 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 place index resource was created in [ISO 8601] format: ‘YYYY-MM-DDThh:mm:ss.sssZ`.
 - 
  
    
      #index_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) for the place index resource.
 - 
  
    
      #index_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name for the place index resource.
 
Instance Attribute Details
#create_time ⇒ Time
The timestamp for when the place index resource was created in [ISO 8601] format: ‘YYYY-MM-DDThh:mm:ss.sssZ`.
      1763 1764 1765 1766 1767 1768 1769  | 
    
      # File 'lib/aws-sdk-locationservice/types.rb', line 1763 class CreatePlaceIndexResponse < Struct.new( :index_name, :index_arn, :create_time) SENSITIVE = [] include Aws::Structure end  | 
  
#index_arn ⇒ String
The Amazon Resource Name (ARN) for the place index resource. Used to specify a resource across Amazon Web Services.
- 
Format example: ‘arn:aws:geo:region:account-id:place-index/ExamplePlaceIndex`
 
^
      1763 1764 1765 1766 1767 1768 1769  | 
    
      # File 'lib/aws-sdk-locationservice/types.rb', line 1763 class CreatePlaceIndexResponse < Struct.new( :index_name, :index_arn, :create_time) SENSITIVE = [] include Aws::Structure end  | 
  
#index_name ⇒ String
The name for the place index resource.
      1763 1764 1765 1766 1767 1768 1769  | 
    
      # File 'lib/aws-sdk-locationservice/types.rb', line 1763 class CreatePlaceIndexResponse < Struct.new( :index_name, :index_arn, :create_time) SENSITIVE = [] include Aws::Structure end  |