Class: Aws::ServiceCatalog::Types::OrganizationNode
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceCatalog::Types::OrganizationNode
- 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
-
#type ⇒ String
The organization node type.
-
#value ⇒ String
The identifier of the organization node.
Instance Attribute Details
#type ⇒ String
The organization node type.
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 |
#value ⇒ String
The identifier of the organization node.
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 |