Class: Aws::QuickSight::Types::StaticFileS3SourceOptions
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::QuickSight::Types::StaticFileS3SourceOptions
 
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
The structure that contains the Amazon S3 location to download the static file from.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #bucket_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the Amazon S3 bucket. 
- 
  
    
      #object_key  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The identifier of the static file in the Amazon S3 bucket. 
- 
  
    
      #region  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The Region of the Amazon S3 account that contains the bucket. 
Instance Attribute Details
#bucket_name ⇒ String
The name of the Amazon S3 bucket.
| 33580 33581 33582 33583 33584 33585 33586 | # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 33580 class StaticFileS3SourceOptions < Struct.new( :bucket_name, :object_key, :region) SENSITIVE = [] include Aws::Structure end | 
#object_key ⇒ String
The identifier of the static file in the Amazon S3 bucket.
| 33580 33581 33582 33583 33584 33585 33586 | # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 33580 class StaticFileS3SourceOptions < Struct.new( :bucket_name, :object_key, :region) SENSITIVE = [] include Aws::Structure end | 
#region ⇒ String
The Region of the Amazon S3 account that contains the bucket.
| 33580 33581 33582 33583 33584 33585 33586 | # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 33580 class StaticFileS3SourceOptions < Struct.new( :bucket_name, :object_key, :region) SENSITIVE = [] include Aws::Structure end |