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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-servicecatalog/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)


4135
4136
4137
4138
4139
4140
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 4135

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

#valueString

The identifier of the organization node.

Returns:

  • (String)


4135
4136
4137
4138
4139
4140
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 4135

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