You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::KinesisAnalyticsV2::Types::S3ApplicationCodeLocationDescription
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::KinesisAnalyticsV2::Types::S3ApplicationCodeLocationDescription
 
- Defined in:
- (unknown)
Overview
Describes the location of a Flink-based Kinesis Data Analytics application's code stored in an S3 bucket.
Returned by:
Instance Attribute Summary collapse
- 
  
    
      #bucket_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The Amazon Resource Name (ARN) for the S3 bucket containing the application code. 
- 
  
    
      #file_key  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The file key for the object containing the application code. 
- 
  
    
      #object_version  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The version of the object containing the application code. 
Instance Attribute Details
#bucket_arn ⇒ String
The Amazon Resource Name (ARN) for the S3 bucket containing the application code.
#file_key ⇒ String
The file key for the object containing the application code.
#object_version ⇒ String
The version of the object containing the application code.