You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/datadog_api_client/v2/models/aws_account_response_attributes.rb
+1-19Lines changed: 1 addition & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ class AWSAccountResponseAttributes
28
28
attr_accessor:auth_config
29
29
30
30
# AWS Account ID.
31
-
attr_reader:aws_account_id
31
+
attr_accessor:aws_account_id
32
32
33
33
# AWS partition your AWS account is scoped to. Defaults to `aws`.
34
34
# See [Partitions](https://docs.aws.amazon.com/whitepapers/latest/aws-fault-isolation-boundaries/partitions.html) in the AWS documentation for more information.
0 commit comments