Class: Aws::Types::SlaInputContent
- Inherits:
-
Object
- Object
- Aws::Types::SlaInputContent
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: SlaInputConfiguration, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#sla_input_configuration ⇒ Types::SlaInputConfiguration
Returns the value of attribute sla_input_configuration.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#sla_input_configuration ⇒ Types::SlaInputConfiguration
Returns the value of attribute sla_input_configuration.
1183 1184 1185 |
# File 'sig/types.rbs', line 1183 def sla_input_configuration @sla_input_configuration end |
#unknown ⇒ Object
Returns the value of attribute unknown.
1184 1185 1186 |
# File 'sig/types.rbs', line 1184 def unknown @unknown end |