Class: Aws::EC2::Types::DescribeIamInstanceProfileAssociationsResult

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#iam_instance_profile_associationsArray<Types::IamInstanceProfileAssociation>

Information about one or more IAM instance profile associations.



6523
6524
6525
6526
6527
# File 'lib/aws-sdk-ec2/types.rb', line 6523

class DescribeIamInstanceProfileAssociationsResult < Struct.new(
  :iam_instance_profile_associations,
  :next_token)
  include Aws::Structure
end

#next_tokenString

The token to use to retrieve the next page of results. This value is ‘null` when there are no more results to return.

Returns:

  • (String)


6523
6524
6525
6526
6527
# File 'lib/aws-sdk-ec2/types.rb', line 6523

class DescribeIamInstanceProfileAssociationsResult < Struct.new(
  :iam_instance_profile_associations,
  :next_token)
  include Aws::Structure
end