Class: Aws::Types::DescribeIamInstanceProfileAssociationsResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#iam_instance_profile_associations::Array[Types::IamInstanceProfileAssociation]

Returns the value of attribute iam_instance_profile_associations.



5850
5851
5852
# File 'sig/types.rbs', line 5850

def iam_instance_profile_associations
  @iam_instance_profile_associations
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


5851
5852
5853
# File 'sig/types.rbs', line 5851

def next_token
  @next_token
end