Class: Aws::EC2::Types::EnableSerialConsoleAccessResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::EnableSerialConsoleAccessResult
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#serial_console_access_enabled ⇒ Boolean
If
true, access to the EC2 serial console of all instances is enabled for your account.
Instance Attribute Details
#serial_console_access_enabled ⇒ Boolean
If true, access to the EC2 serial console of all instances is
enabled for your account. If false, access to the EC2 serial
console of all instances is disabled for your account.
39873 39874 39875 39876 39877 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 39873 class EnableSerialConsoleAccessResult < Struct.new( :serial_console_access_enabled) SENSITIVE = [] include Aws::Structure end |