Class: Aws::Types::HostConfiguration

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:script_body])

Instance Attribute Summary collapse

Instance Attribute Details

#script_body::String

Returns the value of attribute script_body.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


1723
1724
1725
# File 'sig/types.rbs', line 1723

def script_timeout_seconds
  @script_timeout_seconds
end