Class: Aws::Types::HostConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::HostConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#script_body ⇒ ::String
Returns the value of attribute script_body.
-
#script_timeout_seconds ⇒ ::Integer
Returns the value of attribute script_timeout_seconds.
Instance Attribute Details
#script_body ⇒ ::String
Returns the value of attribute script_body.
1722 1723 1724 |
# File 'sig/types.rbs', line 1722 def script_body @script_body end |
#script_timeout_seconds ⇒ ::Integer
Returns the value of attribute script_timeout_seconds.
1723 1724 1725 |
# File 'sig/types.rbs', line 1723 def script_timeout_seconds @script_timeout_seconds end |