Class: TencentCloud::Mps::V20190612::CosOutputStorage
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mps::V20190612::CosOutputStorage
- Defined in:
- lib/v20190612/models.rb
Overview
媒体处理 COS 输出对象信息。
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(bucket = nil, region = nil) ⇒ CosOutputStorage
constructor
A new instance of CosOutputStorage.
Constructor Details
#initialize(bucket = nil, region = nil) ⇒ CosOutputStorage
Returns a new instance of CosOutputStorage.
7467 7468 7469 7470 |
# File 'lib/v20190612/models.rb', line 7467 def initialize(bucket=nil, region=nil) @Bucket = bucket @Region = region end |
Instance Attribute Details
#Bucket ⇒ Object
7465 7466 7467 |
# File 'lib/v20190612/models.rb', line 7465 def Bucket @Bucket end |
#Region ⇒ Object
7465 7466 7467 |
# File 'lib/v20190612/models.rb', line 7465 def Region @Region end |
Instance Method Details
#deserialize(params) ⇒ Object
7472 7473 7474 7475 |
# File 'lib/v20190612/models.rb', line 7472 def deserialize(params) @Bucket = params['Bucket'] @Region = params['Region'] end |