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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#iam_instance_profile_associationsArray<Types::IamInstanceProfileAssociation>

Information about the IAM instance profile associations.



19077
19078
19079
19080
19081
19082
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 19077

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

#next_tokenString

The token to include in another request to get the next page of items. This value is null when there are no more items to return.

Returns:

  • (String)


19077
19078
19079
19080
19081
19082
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 19077

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