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.
39266 39267 39268 39269 39270 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 39266 class EnableSerialConsoleAccessResult < Struct.new( :serial_console_access_enabled) SENSITIVE = [] include Aws::Structure end |