You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ServiceCatalog::Types::OrganizationNode

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing OrganizationNode as input to an Aws::Client method, you can use a vanilla Hash:

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

Information about the organization node.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#typeString

The organization node type.

Possible values:

  • ORGANIZATION
  • ORGANIZATIONAL_UNIT
  • ACCOUNT

Returns:

  • (String)

    The organization node type.

#valueString

The identifier of the organization node.

Returns:

  • (String)

    The identifier of the organization node.