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.
29452 29453 29454 29455 29456 |
# File 'lib/aws-sdk-ec2/types.rb', line 29452 class DescribeVpcBlockPublicAccessOptionsResult < Struct.new( :vpc_block_public_access_options) SENSITIVE = [] include Aws::Structure end |