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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.



19084
19085
19086
19087
19088
19089
# File 'lib/aws-sdk-ec2/types.rb', line 19084

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)


19084
19085
19086
19087
19088
19089
# File 'lib/aws-sdk-ec2/types.rb', line 19084

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