class
Amazonite::Iam::GenerateOrganizationsAccessReportRequest
- Amazonite::Iam::GenerateOrganizationsAccessReportRequest
- Reference
- Object
Defined in:
iam/generate_organizations_access_report_request.crConstructors
- .from_xml(node : XML::Node) : self
- .new(entity_path : String, organizations_policy_id : String | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#entity_path : String
The path of the Organizations entity (root, OU, or account).
-
#entity_path=(entity_path : String)
The path of the Organizations entity (root, OU, or account).
-
#hash(hasher)
See
Object#hash(hasher) -
#organizations_policy_id : String | Nil
The identifier of the Organizations service control policy (SCP).
-
#organizations_policy_id=(organizations_policy_id : String | Nil)
The identifier of the Organizations service control policy (SCP).
- #to_query_params(prefix : String) : Array(Tuple(String, String))
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The path of the Organizations entity (root, OU, or account). You can build an entity path using
the known structure of your organization. For example, assume that your account ID is
123456789012 and its parent OU ID is ou-rge0-awsabcde. The organization root ID is
r-f6g7h8i9j0example and your organization ID is o-a1b2c3d4e5. Your entity path is
o-a1b2c3d4e5/r-f6g7h8i9j0example/ou-rge0-awsabcde/123456789012.
The path of the Organizations entity (root, OU, or account). You can build an entity path using
the known structure of your organization. For example, assume that your account ID is
123456789012 and its parent OU ID is ou-rge0-awsabcde. The organization root ID is
r-f6g7h8i9j0example and your organization ID is o-a1b2c3d4e5. Your entity path is
o-a1b2c3d4e5/r-f6g7h8i9j0example/ou-rge0-awsabcde/123456789012.
The identifier of the Organizations service control policy (SCP). This parameter is optional.
This ID is used to generate information about when an account principal that is limited by the SCP attempted to access an Amazon Web Services service.
The identifier of the Organizations service control policy (SCP). This parameter is optional.
This ID is used to generate information about when an account principal that is limited by the SCP attempted to access an Amazon Web Services service.