C# Class Amazon.CloudTrail.LookupAttributeKey

Constants used for properties of type LookupAttributeKey.
Inheritance: ConstantClass
Show file Open project: aws/aws-sdk-net

Public Properties

Property Type Description
EventId LookupAttributeKey
EventName LookupAttributeKey
EventSource LookupAttributeKey
ResourceName LookupAttributeKey
ResourceType LookupAttributeKey
Username LookupAttributeKey

Public Methods

Method Description
FindValue ( string value ) : LookupAttributeKey

Finds the constant for the unique value.

LookupAttributeKey ( string value ) : System

This constant constructor does not need to be called if the constant you are attempting to use is already defined as a static instance of this class. This constructor should be used to construct constants that are not defined as statics, for instance if attempting to use a feature that is newer than the current version of the SDK.

Method Details

FindValue() public static method

Finds the constant for the unique value.
public static FindValue ( string value ) : LookupAttributeKey
value string The unique value for the constant
return LookupAttributeKey

LookupAttributeKey() public method

This constant constructor does not need to be called if the constant you are attempting to use is already defined as a static instance of this class. This constructor should be used to construct constants that are not defined as statics, for instance if attempting to use a feature that is newer than the current version of the SDK.
public LookupAttributeKey ( string value ) : System
value string
return System

Property Details

EventId public static property

Constant EventId for LookupAttributeKey
public static LookupAttributeKey,Amazon.CloudTrail EventId
return LookupAttributeKey

EventName public static property

Constant EventName for LookupAttributeKey
public static LookupAttributeKey,Amazon.CloudTrail EventName
return LookupAttributeKey

EventSource public static property

Constant EventSource for LookupAttributeKey
public static LookupAttributeKey,Amazon.CloudTrail EventSource
return LookupAttributeKey

ResourceName public static property

Constant ResourceName for LookupAttributeKey
public static LookupAttributeKey,Amazon.CloudTrail ResourceName
return LookupAttributeKey

ResourceType public static property

Constant ResourceType for LookupAttributeKey
public static LookupAttributeKey,Amazon.CloudTrail ResourceType
return LookupAttributeKey

Username public static property

Constant Username for LookupAttributeKey
public static LookupAttributeKey,Amazon.CloudTrail Username
return LookupAttributeKey