Class: Aws::QuickSight::Types::GeospatialStaticFileSource
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::QuickSight::Types::GeospatialStaticFileSource
 
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
The source properties for a geospatial static file.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #static_file_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The ID of the static file. 
Instance Attribute Details
#static_file_id ⇒ String
The ID of the static file.
| 19919 19920 19921 19922 19923 | # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 19919 class GeospatialStaticFileSource < Struct.new( :static_file_id) SENSITIVE = [] include Aws::Structure end |