Class: Aws::Types::DescribeVpcEndpointServicePermissionsResult
- Inherits:
-
Object
- Object
- Aws::Types::DescribeVpcEndpointServicePermissionsResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allowed_principals ⇒ ::Array[Types::AllowedPrincipal]
Returns the value of attribute allowed_principals.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#allowed_principals ⇒ ::Array[Types::AllowedPrincipal]
Returns the value of attribute allowed_principals.
8006 8007 8008 |
# File 'sig/types.rbs', line 8006 def allowed_principals @allowed_principals end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
8007 8008 8009 |
# File 'sig/types.rbs', line 8007 def next_token @next_token end |