Class: Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2AwsOrganization
- Inherits:
-
Object
- Object
- Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2AwsOrganization
- 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
-
#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.
4670 4671 4672 |
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 4670 def initialize(**args) update!(**args) end |
Instance Attribute Details
#id ⇒ String
Corresponds to the JSON property id
4668 4669 4670 |
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 4668 def id @id end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4675 4676 4677 |
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 4675 def update!(**args) @id = args[:id] if args.key?(:id) end |