Class: TencentCloud::Mps::V20190612::S3OutputStorage

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20190612/models.rb

Overview

AWS S3 输出位置

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(s3bucket = nil, s3region = nil, s3secretid = nil, s3secretkey = nil) ⇒ S3OutputStorage

Returns a new instance of S3OutputStorage.



26560
26561
26562
26563
26564
26565
# File 'lib/v20190612/models.rb', line 26560

def initialize(s3bucket=nil, s3region=nil, s3secretid=nil, s3secretkey=nil)
  @S3Bucket = s3bucket
  @S3Region = s3region
  @S3SecretId = s3secretid
  @S3SecretKey = s3secretkey
end

Instance Attribute Details

#S3BucketObject

注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • S3Bucket:

    S3 bucket。

  • S3Region:

    S3 bucket 对应的区域。

  • S3SecretId:

    AWS 内网上传 媒体资源的秘钥id。

  • S3SecretKey:

    AWS 内网上传 媒体资源的秘钥key。



26558
26559
26560
# File 'lib/v20190612/models.rb', line 26558

def S3Bucket
  @S3Bucket
end

#S3RegionObject

注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • S3Bucket:

    S3 bucket。

  • S3Region:

    S3 bucket 对应的区域。

  • S3SecretId:

    AWS 内网上传 媒体资源的秘钥id。

  • S3SecretKey:

    AWS 内网上传 媒体资源的秘钥key。



26558
26559
26560
# File 'lib/v20190612/models.rb', line 26558

def S3Region
  @S3Region
end

#S3SecretIdObject

注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • S3Bucket:

    S3 bucket。

  • S3Region:

    S3 bucket 对应的区域。

  • S3SecretId:

    AWS 内网上传 媒体资源的秘钥id。

  • S3SecretKey:

    AWS 内网上传 媒体资源的秘钥key。



26558
26559
26560
# File 'lib/v20190612/models.rb', line 26558

def S3SecretId
  @S3SecretId
end

#S3SecretKeyObject

注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • S3Bucket:

    S3 bucket。

  • S3Region:

    S3 bucket 对应的区域。

  • S3SecretId:

    AWS 内网上传 媒体资源的秘钥id。

  • S3SecretKey:

    AWS 内网上传 媒体资源的秘钥key。



26558
26559
26560
# File 'lib/v20190612/models.rb', line 26558

def S3SecretKey
  @S3SecretKey
end

Instance Method Details

#deserialize(params) ⇒ Object



26567
26568
26569
26570
26571
26572
# File 'lib/v20190612/models.rb', line 26567

def deserialize(params)
  @S3Bucket = params['S3Bucket']
  @S3Region = params['S3Region']
  @S3SecretId = params['S3SecretId']
  @S3SecretKey = params['S3SecretKey']
end