Class: Aws::Types::ListInstanceProfilesResponse

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:



1260
1261
1262
# File 'sig/types.rbs', line 1260

def instance_profiles
  @instance_profiles
end

#is_truncatedBoolean

Returns the value of attribute is_truncated.

Returns:

  • (Boolean)


1261
1262
1263
# File 'sig/types.rbs', line 1261

def is_truncated
  @is_truncated
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


1262
1263
1264
# File 'sig/types.rbs', line 1262

def marker
  @marker
end