Class: Aws::Types::DescribeVerifiedAccessTrustProvidersResult
- Inherits:
-
Object
- Object
- Aws::Types::DescribeVerifiedAccessTrustProvidersResult
- 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_trust_providers ⇒ ::Array[Types::VerifiedAccessTrustProvider]
Returns the value of attribute verified_access_trust_providers.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
7790 7791 7792 |
# File 'sig/types.rbs', line 7790 def next_token @next_token end |
#verified_access_trust_providers ⇒ ::Array[Types::VerifiedAccessTrustProvider]
Returns the value of attribute verified_access_trust_providers.
7789 7790 7791 |
# File 'sig/types.rbs', line 7789 def verified_access_trust_providers @verified_access_trust_providers end |