Class: Aws::QuickSight::Types::VpcConnectionProperties
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::VpcConnectionProperties
- Defined in:
- gems/aws-sdk-quicksight/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.
38319 38320 38321 38322 38323 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 38319 class VpcConnectionProperties < Struct.new( :vpc_connection_arn) SENSITIVE = [] include Aws::Structure end |