Class: Aws::Lambda::Types::PutPublicAccessBlockConfigResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lambda::Types::PutPublicAccessBlockConfigResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lambda/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#public_access_block_config ⇒ Types::PublicAccessBlockConfig
The public-access settings Lambda applied to your function.
Instance Attribute Details
#public_access_block_config ⇒ Types::PublicAccessBlockConfig
The public-access settings Lambda applied to your function.
5617 5618 5619 5620 5621 |
# File 'lib/aws-sdk-lambda/types.rb', line 5617 class PutPublicAccessBlockConfigResponse < Struct.new( :public_access_block_config) SENSITIVE = [] include Aws::Structure end |