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.
49774 49775 49776 49777 49778 |
# File 'lib/aws-sdk-quicksight/types.rb', line 49774 class VpcConnectionProperties < Struct.new( :vpc_connection_arn) SENSITIVE = [] include Aws::Structure end |