Class: Aws::EC2::Types::DescribeVpcBlockPublicAccessOptionsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::DescribeVpcBlockPublicAccessOptionsResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#vpc_block_public_access_options ⇒ Types::VpcBlockPublicAccessOptions
Details related to the options.
Instance Attribute Details
#vpc_block_public_access_options ⇒ Types::VpcBlockPublicAccessOptions
Details related to the options.
29386 29387 29388 29389 29390 |
# File 'lib/aws-sdk-ec2/types.rb', line 29386 class DescribeVpcBlockPublicAccessOptionsResult < Struct.new( :vpc_block_public_access_options) SENSITIVE = [] include Aws::Structure end |