Class: TencentCloud::Tione::V20191022::OutputDataConfig
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tione::V20191022::OutputDataConfig
- Defined in:
- lib/v20191022/models.rb
Overview
输出数据配置
Instance Attribute Summary collapse
-
#CosOutputBucket ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#CosOutputKeyPrefix ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#FileSystemDataSource ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(cosoutputbucket = nil, cosoutputkeyprefix = nil, filesystemdatasource = nil) ⇒ OutputDataConfig
constructor
A new instance of OutputDataConfig.
Constructor Details
#initialize(cosoutputbucket = nil, cosoutputkeyprefix = nil, filesystemdatasource = nil) ⇒ OutputDataConfig
Returns a new instance of OutputDataConfig.
1708 1709 1710 1711 1712 |
# File 'lib/v20191022/models.rb', line 1708 def initialize(cosoutputbucket=nil, cosoutputkeyprefix=nil, filesystemdatasource=nil) @CosOutputBucket = cosoutputbucket @CosOutputKeyPrefix = cosoutputkeyprefix @FileSystemDataSource = filesystemdatasource end |
Instance Attribute Details
#CosOutputBucket ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
1706 1707 1708 |
# File 'lib/v20191022/models.rb', line 1706 def CosOutputBucket @CosOutputBucket end |
#CosOutputKeyPrefix ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
1706 1707 1708 |
# File 'lib/v20191022/models.rb', line 1706 def CosOutputKeyPrefix @CosOutputKeyPrefix end |
#FileSystemDataSource ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
1706 1707 1708 |
# File 'lib/v20191022/models.rb', line 1706 def FileSystemDataSource @FileSystemDataSource end |
Instance Method Details
#deserialize(params) ⇒ Object
1714 1715 1716 1717 1718 1719 1720 1721 |
# File 'lib/v20191022/models.rb', line 1714 def deserialize(params) @CosOutputBucket = params['CosOutputBucket'] @CosOutputKeyPrefix = params['CosOutputKeyPrefix'] unless params['FileSystemDataSource'].nil? @FileSystemDataSource = FileSystemDataSource.new @FileSystemDataSource.deserialize(params['FileSystemDataSource']) end end |