Class: Aws::Types::CloudWatchLogOptionsSpecification
- Inherits:
-
Object
- Object
- Aws::Types::CloudWatchLogOptionsSpecification
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bgp_log_enabled ⇒ Boolean
Returns the value of attribute bgp_log_enabled.
-
#bgp_log_group_arn ⇒ ::String
Returns the value of attribute bgp_log_group_arn.
-
#bgp_log_output_format ⇒ ::String
Returns the value of attribute bgp_log_output_format.
-
#log_enabled ⇒ Boolean
Returns the value of attribute log_enabled.
-
#log_group_arn ⇒ ::String
Returns the value of attribute log_group_arn.
-
#log_output_format ⇒ ::String
Returns the value of attribute log_output_format.
Instance Attribute Details
#bgp_log_enabled ⇒ Boolean
Returns the value of attribute bgp_log_enabled.
1831 1832 1833 |
# File 'sig/types.rbs', line 1831 def bgp_log_enabled @bgp_log_enabled end |
#bgp_log_group_arn ⇒ ::String
Returns the value of attribute bgp_log_group_arn.
1832 1833 1834 |
# File 'sig/types.rbs', line 1832 def bgp_log_group_arn @bgp_log_group_arn end |
#bgp_log_output_format ⇒ ::String
Returns the value of attribute bgp_log_output_format.
1833 1834 1835 |
# File 'sig/types.rbs', line 1833 def bgp_log_output_format @bgp_log_output_format end |
#log_enabled ⇒ Boolean
Returns the value of attribute log_enabled.
1828 1829 1830 |
# File 'sig/types.rbs', line 1828 def log_enabled @log_enabled end |
#log_group_arn ⇒ ::String
Returns the value of attribute log_group_arn.
1829 1830 1831 |
# File 'sig/types.rbs', line 1829 def log_group_arn @log_group_arn end |
#log_output_format ⇒ ::String
Returns the value of attribute log_output_format.
1830 1831 1832 |
# File 'sig/types.rbs', line 1830 def log_output_format @log_output_format end |