Class: Aws::Types::ListProfilesInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#max_results ⇒ ::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


1332
1333
1334
# File 'sig/types.rbs', line 1332

def max_results
  @max_results
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1331
1332
1333
# File 'sig/types.rbs', line 1331

def next_token
  @next_token
end

#profile_name_prefix ⇒ ::String

Returns the value of attribute profile_name_prefix.

Returns:

  • (::String)


1329
1330
1331
# File 'sig/types.rbs', line 1329

def profile_name_prefix
  @profile_name_prefix
end

#profile_owner_type ⇒ "SELF", "SHARED"

Returns the value of attribute profile_owner_type.

Returns:

  • ("SELF", "SHARED")


1330
1331
1332
# File 'sig/types.rbs', line 1330

def profile_owner_type
  @profile_owner_type
end