Class: Aws::Types::AwsEc2ClientVpnEndpointConnectionLogOptionsDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsEc2ClientVpnEndpointConnectionLogOptionsDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cloudwatch_log_group ⇒ ::String
Returns the value of attribute cloudwatch_log_group.
-
#cloudwatch_log_stream ⇒ ::String
Returns the value of attribute cloudwatch_log_stream.
-
#enabled ⇒ Boolean
Returns the value of attribute enabled.
Instance Attribute Details
#cloudwatch_log_group ⇒ ::String
Returns the value of attribute cloudwatch_log_group.
1370 1371 1372 |
# File 'sig/types.rbs', line 1370 def cloudwatch_log_group @cloudwatch_log_group end |
#cloudwatch_log_stream ⇒ ::String
Returns the value of attribute cloudwatch_log_stream.
1371 1372 1373 |
# File 'sig/types.rbs', line 1371 def cloudwatch_log_stream @cloudwatch_log_stream end |
#enabled ⇒ Boolean
Returns the value of attribute enabled.
1369 1370 1371 |
# File 'sig/types.rbs', line 1369 def enabled @enabled end |