Class: TencentCloud::Emr::V20190103::ConfigurationItem
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Emr::V20190103::ConfigurationItem
- Defined in:
- lib/v20190103/models.rb
Overview
配置项(配置管理页)
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(name = nil, value = nil, infile = nil) ⇒ ConfigurationItem
constructor
A new instance of ConfigurationItem.
Constructor Details
#initialize(name = nil, value = nil, infile = nil) ⇒ ConfigurationItem
Returns a new instance of ConfigurationItem.
1633 1634 1635 1636 1637 |
# File 'lib/v20190103/models.rb', line 1633 def initialize(name=nil, value=nil, infile=nil) @Name = name @Value = value @InFile = infile end |
Instance Attribute Details
#InFile ⇒ Object
1631 1632 1633 |
# File 'lib/v20190103/models.rb', line 1631 def InFile @InFile end |
#Name ⇒ Object
1631 1632 1633 |
# File 'lib/v20190103/models.rb', line 1631 def Name @Name end |
#Value ⇒ Object
1631 1632 1633 |
# File 'lib/v20190103/models.rb', line 1631 def Value @Value end |
Instance Method Details
#deserialize(params) ⇒ Object
1639 1640 1641 1642 1643 |
# File 'lib/v20190103/models.rb', line 1639 def deserialize(params) @Name = params['Name'] @Value = params['Value'] @InFile = params['InFile'] end |