class
Amazonite::Ssm::ResourceDataSyncAwsOrganizationsSource
- Amazonite::Ssm::ResourceDataSyncAwsOrganizationsSource
- Reference
- Object
Overview
Information about the AwsOrganizationsSource resource data sync source. A sync source of this
type can synchronize data from Organizations or, if an Amazon Web Services organization isn't
present, from multiple Amazon Web Services Regions.
Included Modules
- JSON::Serializable
Defined in:
ssm/resource_data_sync_aws_organizations_source.crConstructors
- .new(pull : JSON::PullParser)
- .new(organization_source_type : String, organizational_units : Array(ResourceDataSyncOrganizationalUnit) | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#organization_source_type : String
If an Amazon Web Services organization is present, this is either
OrganizationalUnitsorEntireOrganization. -
#organization_source_type=(organization_source_type : String)
If an Amazon Web Services organization is present, this is either
OrganizationalUnitsorEntireOrganization. -
#organizational_units : Array(ResourceDataSyncOrganizationalUnit) | Nil
The Organizations organization units included in the sync.
-
#organizational_units=(organizational_units : Array(ResourceDataSyncOrganizationalUnit) | Nil)
The Organizations organization units included in the sync.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
If an Amazon Web Services organization is present, this is either OrganizationalUnits or
EntireOrganization. For OrganizationalUnits, the data is aggregated from a set of
organization units. For EntireOrganization, the data is aggregated from the entire Amazon Web
Services organization.
If an Amazon Web Services organization is present, this is either OrganizationalUnits or
EntireOrganization. For OrganizationalUnits, the data is aggregated from a set of
organization units. For EntireOrganization, the data is aggregated from the entire Amazon Web
Services organization.
The Organizations organization units included in the sync.
The Organizations organization units included in the sync.