C# Класс Amazon.RDS.Model.DescribeDBParametersRequest

Container for the parameters to the DescribeDBParameters operation. Returns the detailed parameter list for a particular DB parameter group.
Наследование: AmazonRDSRequest
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
DescribeDBParametersRequest ( ) : System

Empty constructor used to set properties independently even when a simple constructor is available

DescribeDBParametersRequest ( string dbParameterGroupName ) : System

Instantiates DescribeDBParametersRequest with the parameterized properties

Приватные методы

Метод Описание
IsSetDBParameterGroupName ( ) : bool
IsSetFilters ( ) : bool
IsSetMarker ( ) : bool
IsSetMaxRecords ( ) : bool
IsSetSource ( ) : bool

Описание методов

DescribeDBParametersRequest() публичный Метод

Empty constructor used to set properties independently even when a simple constructor is available
public DescribeDBParametersRequest ( ) : System
Результат System

DescribeDBParametersRequest() публичный Метод

Instantiates DescribeDBParametersRequest with the parameterized properties
public DescribeDBParametersRequest ( string dbParameterGroupName ) : System
dbParameterGroupName string The name of a specific DB parameter group to return details for. Constraints:
  • Must be 1 to 255 alphanumeric characters
  • First character must be a letter
  • Cannot end with a hyphen or contain two consecutive hyphens
Результат System