Class: Aws::Types::DescribeVpcBlockPublicAccessExclusionsResult
- Inherits:
-
Object
- Object
- Aws::Types::DescribeVpcBlockPublicAccessExclusionsResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#vpc_block_public_access_exclusions ⇒ ::Array[Types::VpcBlockPublicAccessExclusion]
Returns the value of attribute vpc_block_public_access_exclusions.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
7882 7883 7884 |
# File 'sig/types.rbs', line 7882 def next_token @next_token end |
#vpc_block_public_access_exclusions ⇒ ::Array[Types::VpcBlockPublicAccessExclusion]
Returns the value of attribute vpc_block_public_access_exclusions.
7881 7882 7883 |
# File 'sig/types.rbs', line 7881 def vpc_block_public_access_exclusions @vpc_block_public_access_exclusions end |