Class: Aws::SecurityHub::Types::AwsEc2ClientVpnEndpointClientLoginBannerOptionsDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsEc2ClientVpnEndpointClientLoginBannerOptionsDetails
- Defined in:
- gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb
Overview
Options for enabling a 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
-
#banner_text ⇒ String
Customizable text that will be displayed in a banner on Amazon Web Services provided clients when a VPN session is established.
-
#enabled ⇒ Boolean
Current state of text banner feature.
Instance Attribute Details
#banner_text ⇒ String
Customizable text that will be displayed in a banner on Amazon Web Services provided clients when a VPN session is established.
6521 6522 6523 6524 6525 6526 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 6521 class AwsEc2ClientVpnEndpointClientLoginBannerOptionsDetails < Struct.new( :enabled, :banner_text) SENSITIVE = [] include Aws::Structure end |
#enabled ⇒ Boolean
Current state of text banner feature.
6521 6522 6523 6524 6525 6526 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 6521 class AwsEc2ClientVpnEndpointClientLoginBannerOptionsDetails < Struct.new( :enabled, :banner_text) SENSITIVE = [] include Aws::Structure end |