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:



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

def instance_profiles
  @instance_profiles
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


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

def next_token
  @next_token
end