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