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.
7972 7973 7974 |
# File 'sig/types.rbs', line 7972 def next_token @next_token end |
#vpc_block_public_access_exclusions ⇒ ::Array[Types::VpcBlockPublicAccessExclusion]
Returns the value of attribute vpc_block_public_access_exclusions.
7971 7972 7973 |
# File 'sig/types.rbs', line 7971 def vpc_block_public_access_exclusions @vpc_block_public_access_exclusions end |