Class GetOrganizationNonMasterAccount
- java.lang.Object
-
- com.pulumi.aws.organizations.outputs.GetOrganizationNonMasterAccount
-
public final class GetOrganizationNonMasterAccount extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetOrganizationNonMasterAccount.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
arn()
static GetOrganizationNonMasterAccount.Builder
builder()
static GetOrganizationNonMasterAccount.Builder
builder(GetOrganizationNonMasterAccount defaults)
java.lang.String
email()
java.lang.String
id()
java.lang.String
name()
java.lang.String
status()
-
-
-
Method Detail
-
arn
public java.lang.String arn()
- Returns:
- ARN of the root
-
email
public java.lang.String email()
- Returns:
- Email of the account
-
id
public java.lang.String id()
- Returns:
- Identifier of the root
-
name
public java.lang.String name()
- Returns:
- The name of the policy type
-
status
public java.lang.String status()
- Returns:
- The status of the policy type as it relates to the associated root
-
builder
public static GetOrganizationNonMasterAccount.Builder builder()
-
builder
public static GetOrganizationNonMasterAccount.Builder builder(GetOrganizationNonMasterAccount defaults)
-
-