Class: Aws::Panorama::Types::DescribeNodeRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Panorama::Types::DescribeNodeRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-panorama/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#node_id ⇒ String
The node’s ID.
-
#owner_account ⇒ String
The account ID of the node’s owner.
Instance Attribute Details
#node_id ⇒ String
The node’s ID.
902 903 904 905 906 907 |
# File 'lib/aws-sdk-panorama/types.rb', line 902 class DescribeNodeRequest < Struct.new( :node_id, :owner_account) SENSITIVE = [] include Aws::Structure end |
#owner_account ⇒ String
The account ID of the node’s owner.
902 903 904 905 906 907 |
# File 'lib/aws-sdk-panorama/types.rb', line 902 class DescribeNodeRequest < Struct.new( :node_id, :owner_account) SENSITIVE = [] include Aws::Structure end |