Class: TencentCloud::Mps::V20190612::AwsSQS
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mps::V20190612::AwsSQS
- Defined in:
- lib/v20190612/models.rb
Overview
Aws SQS 队列信息
Instance Attribute Summary collapse
-
#S3SecretId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#S3SecretKey ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#SQSQueueName ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#SQSRegion ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(sqsregion = nil, sqsqueuename = nil, s3secretid = nil, s3secretkey = nil) ⇒ AwsSQS
constructor
A new instance of AwsSQS.
Constructor Details
#initialize(sqsregion = nil, sqsqueuename = nil, s3secretid = nil, s3secretkey = nil) ⇒ AwsSQS
Returns a new instance of AwsSQS.
5076 5077 5078 5079 5080 5081 |
# File 'lib/v20190612/models.rb', line 5076 def initialize(sqsregion=nil, sqsqueuename=nil, s3secretid=nil, s3secretkey=nil) @SQSRegion = sqsregion @SQSQueueName = sqsqueuename @S3SecretId = s3secretid @S3SecretKey = s3secretkey end |
Instance Attribute Details
#S3SecretId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
5074 5075 5076 |
# File 'lib/v20190612/models.rb', line 5074 def S3SecretId @S3SecretId end |
#S3SecretKey ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
5074 5075 5076 |
# File 'lib/v20190612/models.rb', line 5074 def S3SecretKey @S3SecretKey end |
#SQSQueueName ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
5074 5075 5076 |
# File 'lib/v20190612/models.rb', line 5074 def SQSQueueName @SQSQueueName end |
#SQSRegion ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
5074 5075 5076 |
# File 'lib/v20190612/models.rb', line 5074 def SQSRegion @SQSRegion end |
Instance Method Details
#deserialize(params) ⇒ Object
5083 5084 5085 5086 5087 5088 |
# File 'lib/v20190612/models.rb', line 5083 def deserialize(params) @SQSRegion = params['SQSRegion'] @SQSQueueName = params['SQSQueueName'] @S3SecretId = params['S3SecretId'] @S3SecretKey = params['S3SecretKey'] end |