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.
7823 7824 7825 |
# File 'sig/types.rbs', line 7823 def allowed_principals @allowed_principals end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
7824 7825 7826 |
# File 'sig/types.rbs', line 7824 def next_token @next_token end |