Class: Aws::Types::ListServicePrincipalNamesResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListServicePrincipalNamesResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#service_principal_names ⇒ ::Array[Types::ServicePrincipalNameSummary]
Returns the value of attribute service_principal_names.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
392 393 394 |
# File 'sig/types.rbs', line 392 def next_token @next_token end |
#service_principal_names ⇒ ::Array[Types::ServicePrincipalNameSummary]
Returns the value of attribute service_principal_names.
393 394 395 |
# File 'sig/types.rbs', line 393 def service_principal_names @service_principal_names end |