Class: Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2IssueResourceAwsMetadata

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/securitycenter_v1beta2/classes.rb,
lib/google/apis/securitycenter_v1beta2/representations.rb,
lib/google/apis/securitycenter_v1beta2/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudSecuritycenterV2IssueResourceAwsMetadata

Returns a new instance of GoogleCloudSecuritycenterV2IssueResourceAwsMetadata.



8014
8015
8016
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 8014

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

Instance Attribute Details

#accountGoogle::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2IssueResourceAwsMetadataAwsAccount

Corresponds to the JSON property account



8012
8013
8014
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 8012

def 
  @account
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



8019
8020
8021
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 8019

def update!(**args)
  @account = args[:account] if args.key?(:account)
end