Class: Aws::Types::ListServicePrincipalNamesResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


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