Class: Aws::Types::CloudWatchLogsLogGroupArnConfigDetails
- Inherits:
-
Object
- Object
- Aws::Types::CloudWatchLogsLogGroupArnConfigDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cloud_watch_logs_log_group_arn ⇒ ::String
Returns the value of attribute cloud_watch_logs_log_group_arn.
-
#hosted_zone_id ⇒ ::String
Returns the value of attribute hosted_zone_id.
-
#id ⇒ ::String
Returns the value of attribute id.
Instance Attribute Details
#cloud_watch_logs_log_group_arn ⇒ ::String
Returns the value of attribute cloud_watch_logs_log_group_arn.
4957 4958 4959 |
# File 'sig/types.rbs', line 4957 def cloud_watch_logs_log_group_arn @cloud_watch_logs_log_group_arn end |
#hosted_zone_id ⇒ ::String
Returns the value of attribute hosted_zone_id.
4958 4959 4960 |
# File 'sig/types.rbs', line 4958 def hosted_zone_id @hosted_zone_id end |
#id ⇒ ::String
Returns the value of attribute id.
4959 4960 4961 |
# File 'sig/types.rbs', line 4959 def id @id end |