C# Class Amazon.MachineLearning.DataSourceFilterVariable

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

Public Properties

Property Type Description
CreatedAt DataSourceFilterVariable
DataLocationS3 DataSourceFilterVariable
IAMUser DataSourceFilterVariable
LastUpdatedAt DataSourceFilterVariable
Name DataSourceFilterVariable
Status DataSourceFilterVariable

Public Methods

Method Description
DataSourceFilterVariable ( 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.

FindValue ( string value ) : DataSourceFilterVariable

Finds the constant for the unique value.

Method Details

DataSourceFilterVariable() 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 DataSourceFilterVariable ( string value ) : System
value string
return System

FindValue() public static method

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

Property Details

CreatedAt public static property

Constant CreatedAt for DataSourceFilterVariable
public static DataSourceFilterVariable,Amazon.MachineLearning CreatedAt
return DataSourceFilterVariable

DataLocationS3 public static property

Constant DataLocationS3 for DataSourceFilterVariable
public static DataSourceFilterVariable,Amazon.MachineLearning DataLocationS3
return DataSourceFilterVariable

IAMUser public static property

Constant IAMUser for DataSourceFilterVariable
public static DataSourceFilterVariable,Amazon.MachineLearning IAMUser
return DataSourceFilterVariable

LastUpdatedAt public static property

Constant LastUpdatedAt for DataSourceFilterVariable
public static DataSourceFilterVariable,Amazon.MachineLearning LastUpdatedAt
return DataSourceFilterVariable

Name public static property

Constant Name for DataSourceFilterVariable
public static DataSourceFilterVariable,Amazon.MachineLearning Name
return DataSourceFilterVariable

Status public static property

Constant Status for DataSourceFilterVariable
public static DataSourceFilterVariable,Amazon.MachineLearning Status
return DataSourceFilterVariable