Class: Aws::Types::LogsLocation
- Inherits:
-
Object
- Object
- Aws::Types::LogsLocation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cloud_watch_logs ⇒ Types::CloudWatchLogsConfig
Returns the value of attribute cloud_watch_logs.
-
#cloud_watch_logs_arn ⇒ ::String
Returns the value of attribute cloud_watch_logs_arn.
-
#deep_link ⇒ ::String
Returns the value of attribute deep_link.
-
#group_name ⇒ ::String
Returns the value of attribute group_name.
-
#s3_deep_link ⇒ ::String
Returns the value of attribute s3_deep_link.
-
#s3_logs ⇒ Types::S3LogsConfig
Returns the value of attribute s3_logs.
-
#s3_logs_arn ⇒ ::String
Returns the value of attribute s3_logs_arn.
-
#stream_name ⇒ ::String
Returns the value of attribute stream_name.
Instance Attribute Details
#cloud_watch_logs ⇒ Types::CloudWatchLogsConfig
Returns the value of attribute cloud_watch_logs.
871 872 873 |
# File 'sig/types.rbs', line 871 def cloud_watch_logs @cloud_watch_logs end |
#cloud_watch_logs_arn ⇒ ::String
Returns the value of attribute cloud_watch_logs_arn.
869 870 871 |
# File 'sig/types.rbs', line 869 def cloud_watch_logs_arn @cloud_watch_logs_arn end |
#deep_link ⇒ ::String
Returns the value of attribute deep_link.
867 868 869 |
# File 'sig/types.rbs', line 867 def deep_link @deep_link end |
#group_name ⇒ ::String
Returns the value of attribute group_name.
865 866 867 |
# File 'sig/types.rbs', line 865 def group_name @group_name end |
#s3_deep_link ⇒ ::String
Returns the value of attribute s3_deep_link.
868 869 870 |
# File 'sig/types.rbs', line 868 def s3_deep_link @s3_deep_link end |
#s3_logs ⇒ Types::S3LogsConfig
Returns the value of attribute s3_logs.
872 873 874 |
# File 'sig/types.rbs', line 872 def s3_logs @s3_logs end |
#s3_logs_arn ⇒ ::String
Returns the value of attribute s3_logs_arn.
870 871 872 |
# File 'sig/types.rbs', line 870 def s3_logs_arn @s3_logs_arn end |
#stream_name ⇒ ::String
Returns the value of attribute stream_name.
866 867 868 |
# File 'sig/types.rbs', line 866 def stream_name @stream_name end |