Class: TencentCloud::Mps::V20190612::S3OutputStorage
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mps::V20190612::S3OutputStorage
- Defined in:
- lib/v20190612/models.rb
Overview
AWS S3 输出位置
Instance Attribute Summary collapse
-
#S3Bucket ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#S3Region ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#S3SecretId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#S3SecretKey ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(s3bucket = nil, s3region = nil, s3secretid = nil, s3secretkey = nil) ⇒ S3OutputStorage
constructor
A new instance of S3OutputStorage.
Constructor Details
#initialize(s3bucket = nil, s3region = nil, s3secretid = nil, s3secretkey = nil) ⇒ S3OutputStorage
Returns a new instance of S3OutputStorage.
26560 26561 26562 26563 26564 26565 |
# File 'lib/v20190612/models.rb', line 26560 def initialize(s3bucket=nil, s3region=nil, s3secretid=nil, s3secretkey=nil) @S3Bucket = s3bucket @S3Region = s3region @S3SecretId = s3secretid @S3SecretKey = s3secretkey end |
Instance Attribute Details
#S3Bucket ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
26558 26559 26560 |
# File 'lib/v20190612/models.rb', line 26558 def S3Bucket @S3Bucket end |
#S3Region ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
26558 26559 26560 |
# File 'lib/v20190612/models.rb', line 26558 def S3Region @S3Region end |
#S3SecretId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
26558 26559 26560 |
# File 'lib/v20190612/models.rb', line 26558 def S3SecretId @S3SecretId end |
#S3SecretKey ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
26558 26559 26560 |
# File 'lib/v20190612/models.rb', line 26558 def S3SecretKey @S3SecretKey end |
Instance Method Details
#deserialize(params) ⇒ Object
26567 26568 26569 26570 26571 26572 |
# File 'lib/v20190612/models.rb', line 26567 def deserialize(params) @S3Bucket = params['S3Bucket'] @S3Region = params['S3Region'] @S3SecretId = params['S3SecretId'] @S3SecretKey = params['S3SecretKey'] end |