Class: Aws::Types::DescribeVerifiedAccessGroupsResult
- Inherits:
-
Object
- Object
- Aws::Types::DescribeVerifiedAccessGroupsResult
- 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_groups ⇒ ::Array[Types::VerifiedAccessGroup]
Returns the value of attribute verified_access_groups.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
7562 7563 7564 |
# File 'sig/types.rbs', line 7562 def next_token @next_token end |
#verified_access_groups ⇒ ::Array[Types::VerifiedAccessGroup]
Returns the value of attribute verified_access_groups.
7561 7562 7563 |
# File 'sig/types.rbs', line 7561 def verified_access_groups @verified_access_groups end |