Class: Aws::Types::ListProfilesOutput

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)


1338
1339
1340
# File 'sig/types.rbs', line 1338

def next_token
  @next_token
end

#profile_summaries ⇒ ::Array[Types::ProfileSummary]

Returns the value of attribute profile_summaries.

Returns:



1337
1338
1339
# File 'sig/types.rbs', line 1337

def profile_summaries
  @profile_summaries
end