Class: Aws::QuickSight::Types::VpcConnectionProperties
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::QuickSight::Types::VpcConnectionProperties
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
VPC connection properties.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #vpc_connection_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The Amazon Resource Name (ARN) for the VPC connection. 
Instance Attribute Details
#vpc_connection_arn ⇒ String
The Amazon Resource Name (ARN) for the VPC connection.
| 39609 39610 39611 39612 39613 | # File 'lib/aws-sdk-quicksight/types.rb', line 39609 class VpcConnectionProperties < Struct.new( :vpc_connection_arn) SENSITIVE = [] include Aws::Structure end |