class Aws::ServiceCatalog::Types::OrganizationNode

Information about the organization node.

@note When making an API call, you may pass OrganizationNode

data as a hash:

    {
      type: "ORGANIZATION", # accepts ORGANIZATION, ORGANIZATIONAL_UNIT, ACCOUNT
      value: "OrganizationNodeValue",
    }

@!attribute [rw] type

The organization node type.
@return [String]

@!attribute [rw] value

The identifier of the organization node.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/OrganizationNode AWS API Documentation

Constants

SENSITIVE