Class: Aws::Types::PutResourceLogLevelRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutResourceLogLevelRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#log_level ⇒ "INFO", ...
Returns the value of attribute log_level.
-
#resource_identifier ⇒ ::String
Returns the value of attribute resource_identifier.
-
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
Instance Attribute Details
#log_level ⇒ "INFO", ...
Returns the value of attribute log_level.
1703 1704 1705 |
# File 'sig/types.rbs', line 1703 def log_level @log_level end |
#resource_identifier ⇒ ::String
Returns the value of attribute resource_identifier.
1701 1702 1703 |
# File 'sig/types.rbs', line 1701 def resource_identifier @resource_identifier end |
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
1702 1703 1704 |
# File 'sig/types.rbs', line 1702 def resource_type @resource_type end |