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.
40029 40030 40031 40032 40033 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 40029 class EnableSerialConsoleAccessResult < Struct.new( :serial_console_access_enabled) SENSITIVE = [] include Aws::Structure end |