C# 클래스 Amazon.SimpleNotificationService.Model.GetTopicAttributesRequest

파일 보기 프로젝트 열기: aws/aws-sdk-net 1 사용 예제들

공개 메소드들

메소드 설명
GetTopicAttributesRequest ( ) : System

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

GetTopicAttributesRequest ( string topicArn ) : System

Instantiates GetTopicAttributesRequest with the parameterized properties

비공개 메소드들

메소드 설명
IsSetTopicArn ( ) : bool

메소드 상세

GetTopicAttributesRequest() 공개 메소드

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

GetTopicAttributesRequest() 공개 메소드

Instantiates GetTopicAttributesRequest with the parameterized properties
public GetTopicAttributesRequest ( string topicArn ) : System
topicArn string The ARN of the topic whose properties you want to get.
리턴 System