C# 클래스 Amazon.ElastiCache.Model.DescribeCacheSecurityGroupsRequest

Container for the parameters to the DescribeCacheSecurityGroups operation. Returns a list of cache security group descriptions. If a cache security group name is specified, the list contains only the description of that group.
상속: AmazonElastiCacheRequest
파일 보기 프로젝트 열기: aws/aws-sdk-net 1 사용 예제들

공개 메소드들

메소드 설명
DescribeCacheSecurityGroupsRequest ( ) : System

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

DescribeCacheSecurityGroupsRequest ( string cacheSecurityGroupName ) : System

Instantiates DescribeCacheSecurityGroupsRequest with the parameterized properties

비공개 메소드들

메소드 설명
IsSetCacheSecurityGroupName ( ) : bool
IsSetMarker ( ) : bool
IsSetMaxRecords ( ) : bool

메소드 상세

DescribeCacheSecurityGroupsRequest() 공개 메소드

Empty constructor used to set properties independently even when a simple constructor is available
public DescribeCacheSecurityGroupsRequest ( ) : System
리턴 System

DescribeCacheSecurityGroupsRequest() 공개 메소드

Instantiates DescribeCacheSecurityGroupsRequest with the parameterized properties
public DescribeCacheSecurityGroupsRequest ( string cacheSecurityGroupName ) : System
cacheSecurityGroupName string The name of the cache security group to return details for.
리턴 System