Class: TencentCloud::Ams::V20200608::FileOutput
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ams::V20200608::FileOutput
- Defined in:
- lib/v20200608/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.
880 881 882 883 884 |
# File 'lib/v20200608/models.rb', line 880 def initialize(bucket=nil, region=nil, objectprefix=nil) @Bucket = bucket @Region = region @ObjectPrefix = objectprefix end |
Instance Attribute Details
#Bucket ⇒ Object
878 879 880 |
# File 'lib/v20200608/models.rb', line 878 def Bucket @Bucket end |
#ObjectPrefix ⇒ Object
878 879 880 |
# File 'lib/v20200608/models.rb', line 878 def ObjectPrefix @ObjectPrefix end |
#Region ⇒ Object
878 879 880 |
# File 'lib/v20200608/models.rb', line 878 def Region @Region end |
Instance Method Details
#deserialize(params) ⇒ Object
886 887 888 889 890 |
# File 'lib/v20200608/models.rb', line 886 def deserialize(params) @Bucket = params['Bucket'] @Region = params['Region'] @ObjectPrefix = params['ObjectPrefix'] end |