class Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV2AwsMetadata

cloud provider is Amazon Web Services.
AWS metadata associated with the resource, only applicable if the finding’s

def initialize(**args)

def initialize(**args)
   update!(**args)
end

def update!(**args)

Update properties of this object
def update!(**args)
  @account = args[:account] if args.key?(:account)
  @organization = args[:organization] if args.key?(:organization)
  @organizational_units = args[:organizational_units] if args.key?(:organizational_units)
end