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

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

Information about the IAM instance profile association.



54838
54839
54840
54841
54842
# File 'lib/aws-sdk-ec2/types.rb', line 54838

class ReplaceIamInstanceProfileAssociationResult < Struct.new(
  :iam_instance_profile_association)
  SENSITIVE = []
  include Aws::Structure
end