Class: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2AwsOrganization
- Inherits:
-
Object
- Object
- Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2AwsOrganization
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/securitycenter_v1beta1/classes.rb,
lib/google/apis/securitycenter_v1beta1/representations.rb,
lib/google/apis/securitycenter_v1beta1/representations.rb
Instance Attribute Summary collapse
-
#id ⇒ String
Corresponds to the JSON property
id.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudSecuritycenterV2AwsOrganization
constructor
A new instance of GoogleCloudSecuritycenterV2AwsOrganization.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudSecuritycenterV2AwsOrganization
Returns a new instance of GoogleCloudSecuritycenterV2AwsOrganization.
4901 4902 4903 |
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 4901 def initialize(**args) update!(**args) end |
Instance Attribute Details
#id ⇒ String
Corresponds to the JSON property id
4899 4900 4901 |
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 4899 def id @id end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4906 4907 4908 |
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 4906 def update!(**args) @id = args[:id] if args.key?(:id) end |