com.amazonaws.util
Class EC2MetadataUtils.IAMInfo

java.lang.Object
  extended by com.amazonaws.util.EC2MetadataUtils.IAMInfo
Enclosing class:
EC2MetadataUtils

public static class EC2MetadataUtils.IAMInfo
extends Object

Information about the last time the instance profile was updated, including the instance's LastUpdated date, InstanceProfileArn, and InstanceProfileId.


Field Summary
 String code
           
 String instanceProfileArn
           
 String instanceProfileId
           
 String lastUpdated
           
 String message
           
 
Constructor Summary
EC2MetadataUtils.IAMInfo()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

code

public String code

message

public String message

lastUpdated

public String lastUpdated

instanceProfileArn

public String instanceProfileArn

instanceProfileId

public String instanceProfileId
Constructor Detail

EC2MetadataUtils.IAMInfo

public EC2MetadataUtils.IAMInfo()


Copyright © 2016. All rights reserved.