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.
26898 26899 26900 26901 26902 26903 |
# File 'lib/v20190612/models.rb', line 26898 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,表示取不到有效值。
26896 26897 26898 |
# File 'lib/v20190612/models.rb', line 26896 def S3Bucket @S3Bucket end |
#S3Region ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
26896 26897 26898 |
# File 'lib/v20190612/models.rb', line 26896 def S3Region @S3Region end |
#S3SecretId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
26896 26897 26898 |
# File 'lib/v20190612/models.rb', line 26896 def S3SecretId @S3SecretId end |
#S3SecretKey ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
26896 26897 26898 |
# File 'lib/v20190612/models.rb', line 26896 def S3SecretKey @S3SecretKey end |
Instance Method Details
#deserialize(params) ⇒ Object
26905 26906 26907 26908 26909 26910 |
# File 'lib/v20190612/models.rb', line 26905 def deserialize(params) @S3Bucket = params['S3Bucket'] @S3Region = params['S3Region'] @S3SecretId = params['S3SecretId'] @S3SecretKey = params['S3SecretKey'] end |