Class: TencentCloud::Vm::V20200709::FileOutput
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Vm::V20200709::FileOutput
- Defined in:
- lib/v20200709/models.rb
Overview
Cos FileOutput
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(bucket = nil, region = nil, objectprefix = nil) ⇒ FileOutput
constructor
A new instance of FileOutput.
Constructor Details
#initialize(bucket = nil, region = nil, objectprefix = nil) ⇒ FileOutput
Returns a new instance of FileOutput.
711 712 713 714 715 |
# File 'lib/v20200709/models.rb', line 711 def initialize(bucket=nil, region=nil, objectprefix=nil) @Bucket = bucket @Region = region @ObjectPrefix = objectprefix end |
Instance Attribute Details
#Bucket ⇒ Object
709 710 711 |
# File 'lib/v20200709/models.rb', line 709 def Bucket @Bucket end |
#ObjectPrefix ⇒ Object
709 710 711 |
# File 'lib/v20200709/models.rb', line 709 def ObjectPrefix @ObjectPrefix end |
#Region ⇒ Object
709 710 711 |
# File 'lib/v20200709/models.rb', line 709 def Region @Region end |
Instance Method Details
#deserialize(params) ⇒ Object
717 718 719 720 721 |
# File 'lib/v20200709/models.rb', line 717 def deserialize(params) @Bucket = params['Bucket'] @Region = params['Region'] @ObjectPrefix = params['ObjectPrefix'] end |