@@ -37,18 +37,12 @@ class AWSAccountResponseAttributes
3737 # AWS Regions to collect data from. Defaults to `include_all`.
3838 attr_accessor :aws_regions
3939
40- # Timestamp of when the account integration was created.
41- attr_accessor :created_at
42-
4340 # AWS Logs Collection config.
4441 attr_accessor :logs_config
4542
4643 # AWS Metrics Collection config.
4744 attr_accessor :metrics_config
4845
49- # Timestamp of when the account integration was updated.
50- attr_accessor :modified_at
51-
5246 # AWS Resources Collection config.
5347 attr_accessor :resources_config
5448
@@ -66,10 +60,8 @@ def self.attribute_map
6660 :'aws_account_id' => :'aws_account_id' ,
6761 :'aws_partition' => :'aws_partition' ,
6862 :'aws_regions' => :'aws_regions' ,
69- :'created_at' => :'created_at' ,
7063 :'logs_config' => :'logs_config' ,
7164 :'metrics_config' => :'metrics_config' ,
72- :'modified_at' => :'modified_at' ,
7365 :'resources_config' => :'resources_config' ,
7466 :'traces_config' => :'traces_config'
7567 }
@@ -84,10 +76,8 @@ def self.openapi_types
8476 :'aws_account_id' => :'String' ,
8577 :'aws_partition' => :'AWSAccountPartition' ,
8678 :'aws_regions' => :'AWSRegions' ,
87- :'created_at' => :'Time' ,
8879 :'logs_config' => :'AWSLogsConfig' ,
8980 :'metrics_config' => :'AWSMetricsConfig' ,
90- :'modified_at' => :'Time' ,
9181 :'resources_config' => :'AWSResourcesConfig' ,
9282 :'traces_config' => :'AWSTracesConfig'
9383 }
@@ -141,10 +131,6 @@ def initialize(attributes = {})
141131 self . aws_regions = attributes [ :'aws_regions' ]
142132 end
143133
144- if attributes . key? ( :'created_at' )
145- self . created_at = attributes [ :'created_at' ]
146- end
147-
148134 if attributes . key? ( :'logs_config' )
149135 self . logs_config = attributes [ :'logs_config' ]
150136 end
@@ -153,10 +139,6 @@ def initialize(attributes = {})
153139 self . metrics_config = attributes [ :'metrics_config' ]
154140 end
155141
156- if attributes . key? ( :'modified_at' )
157- self . modified_at = attributes [ :'modified_at' ]
158- end
159-
160142 if attributes . key? ( :'resources_config' )
161143 self . resources_config = attributes [ :'resources_config' ]
162144 end
@@ -215,10 +197,8 @@ def ==(o)
215197 aws_account_id == o . aws_account_id &&
216198 aws_partition == o . aws_partition &&
217199 aws_regions == o . aws_regions &&
218- created_at == o . created_at &&
219200 logs_config == o . logs_config &&
220201 metrics_config == o . metrics_config &&
221- modified_at == o . modified_at &&
222202 resources_config == o . resources_config &&
223203 traces_config == o . traces_config &&
224204 additional_properties == o . additional_properties
@@ -228,7 +208,7 @@ def ==(o)
228208 # @return [Integer] Hash code
229209 # @!visibility private
230210 def hash
231- [ account_tags , auth_config , aws_account_id , aws_partition , aws_regions , created_at , logs_config , metrics_config , modified_at , resources_config , traces_config , additional_properties ] . hash
211+ [ account_tags , auth_config , aws_account_id , aws_partition , aws_regions , logs_config , metrics_config , resources_config , traces_config , additional_properties ] . hash
232212 end
233213 end
234214end
0 commit comments