Class: Aws::Types::DescribeVerifiedAccessEndpointsResult
- Inherits:
-
Object
- Object
- Aws::Types::DescribeVerifiedAccessEndpointsResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#verified_access_endpoints ⇒ ::Array[Types::VerifiedAccessEndpoint]
Returns the value of attribute verified_access_endpoints.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
7546 7547 7548 |
# File 'sig/types.rbs', line 7546 def next_token @next_token end |
#verified_access_endpoints ⇒ ::Array[Types::VerifiedAccessEndpoint]
Returns the value of attribute verified_access_endpoints.
7545 7546 7547 |
# File 'sig/types.rbs', line 7545 def verified_access_endpoints @verified_access_endpoints end |