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.
7607 7608 7609 |
# File 'sig/types.rbs', line 7607 def next_token @next_token end |
#verified_access_trust_providers ⇒ ::Array[Types::VerifiedAccessTrustProvider]
Returns the value of attribute verified_access_trust_providers.
7606 7607 7608 |
# File 'sig/types.rbs', line 7606 def verified_access_trust_providers @verified_access_trust_providers end |