class Amazonite::Ssm::NodeOwnerInfo

Overview

Information about ownership of a managed node.

Included Modules

Defined in:

ssm/node_owner_info.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(account_id : String | Nil = nil, organizational_unit_id : String | Nil = nil, organizational_unit_path : String | Nil = nil) #

[View source]
def self.new(*, __pull_for_json_serializable pull : JSON::PullParser) #

[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def account_id : String | Nil #

The ID of the Amazon Web Services account that owns the managed node.


[View source]
def account_id=(account_id : String | Nil) #

The ID of the Amazon Web Services account that owns the managed node.


[View source]
def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def organizational_unit_id : String | Nil #

The ID of the organization unit (OU) that the account is part of.


[View source]
def organizational_unit_id=(organizational_unit_id : String | Nil) #

The ID of the organization unit (OU) that the account is part of.


[View source]
def organizational_unit_path : String | Nil #

The path for the organizational unit (OU) that owns the managed node. The path for the OU is built using the IDs of the organization, root, and all OUs in the path down to and including the OU. For example:

o-a1b2c3d4e5/r-f6g7h8i9j0example/ou-ghi0-awsccccc/ou-jkl0-awsddddd/


[View source]
def organizational_unit_path=(organizational_unit_path : String | Nil) #

The path for the organizational unit (OU) that owns the managed node. The path for the OU is built using the IDs of the organization, root, and all OUs in the path down to and including the OU. For example:

o-a1b2c3d4e5/r-f6g7h8i9j0example/ou-ghi0-awsccccc/ou-jkl0-awsddddd/


[View source]
def validate! : Nil #

[View source]