Class: Aws::EC2::Types::ClientLoginBannerResponseOptions

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

Current state of options for customizable text banner that will be displayed on Amazon Web Services provided clients when a VPN session is established.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

Customizable text that will be displayed in a banner on Amazon Web Services provided clients when a VPN session is established. UTF-8 encoded characters only. Maximum of 1400 characters.

Returns:

  • (String)


5274
5275
5276
5277
5278
5279
# File 'lib/aws-sdk-ec2/types.rb', line 5274

class ClientLoginBannerResponseOptions < Struct.new(
  :enabled,
  :banner_text)
  SENSITIVE = []
  include Aws::Structure
end

#enabledBoolean

Current state of text banner feature.

Valid values: ‘true | false`

Returns:

  • (Boolean)


5274
5275
5276
5277
5278
5279
# File 'lib/aws-sdk-ec2/types.rb', line 5274

class ClientLoginBannerResponseOptions < Struct.new(
  :enabled,
  :banner_text)
  SENSITIVE = []
  include Aws::Structure
end