Class: Aws::EC2::Types::ReplaceIamInstanceProfileAssociationResult

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_associationTypes::IamInstanceProfileAssociation

Information about the IAM instance profile association.



29147
29148
29149
29150
# File 'lib/aws-sdk-ec2/types.rb', line 29147

class ReplaceIamInstanceProfileAssociationResult < Struct.new(
  :iam_instance_profile_association)
  include Aws::Structure
end