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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-servicecatalog/types.rb

Overview

Information about the organization node.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#typeString

The organization node type.

Returns:

  • (String)


4097
4098
4099
4100
4101
4102
# File 'lib/aws-sdk-servicecatalog/types.rb', line 4097

class OrganizationNode < Struct.new(
  :type,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#valueString

The identifier of the organization node.

Returns:

  • (String)


4097
4098
4099
4100
4101
4102
# File 'lib/aws-sdk-servicecatalog/types.rb', line 4097

class OrganizationNode < Struct.new(
  :type,
  :value)
  SENSITIVE = []
  include Aws::Structure
end