Class: Aws::Types::ListInstanceProfilesResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#instance_profiles::Array[Types::InstanceProfile]

Returns the value of attribute instance_profiles.

Returns:



718
719
720
# File 'sig/types.rbs', line 718

def instance_profiles
  @instance_profiles
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


719
720
721
# File 'sig/types.rbs', line 719

def next_token
  @next_token
end