Class: TencentCloud::Cloudaudit::V20190319::LookupAttribute

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

Overview

检索条件

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(attributekey = nil, attributevalue = nil) ⇒ LookupAttribute

Returns a new instance of LookupAttribute.



1052
1053
1054
1055
# File 'lib/v20190319/models.rb', line 1052

def initialize(attributekey=nil, attributevalue=nil)
  @AttributeKey = attributekey
  @AttributeValue = attributevalue
end

Instance Attribute Details

#AttributeKeyObject

Parameters:

  • AttributeKey:

    AttributeKey的有效取值范围是:RequestId、EventName、ActionType、PrincipalId、ResourceId、ResourceName、AccessKeyId、SensitiveAction、ApiErrorCode、CamErrorCode、SourceIPAddress、Tags

  • AttributeValue:

    AttributeValue的值



1050
1051
1052
# File 'lib/v20190319/models.rb', line 1050

def AttributeKey
  @AttributeKey
end

#AttributeValueObject

Parameters:

  • AttributeKey:

    AttributeKey的有效取值范围是:RequestId、EventName、ActionType、PrincipalId、ResourceId、ResourceName、AccessKeyId、SensitiveAction、ApiErrorCode、CamErrorCode、SourceIPAddress、Tags

  • AttributeValue:

    AttributeValue的值



1050
1051
1052
# File 'lib/v20190319/models.rb', line 1050

def AttributeValue
  @AttributeValue
end

Instance Method Details

#deserialize(params) ⇒ Object



1057
1058
1059
1060
# File 'lib/v20190319/models.rb', line 1057

def deserialize(params)
  @AttributeKey = params['AttributeKey']
  @AttributeValue = params['AttributeValue']
end