class Amazonite::Iam::EnableOrganizationsRootSessionsResponse

Defined in:

iam/enable_organizations_root_sessions_response.cr

Constructors

Instance Method Summary

Constructor Detail

def self.from_xml(node : XML::Node) : self #

[View source]
def self.new(organization_id : String | Nil = nil, enabled_features : Array(FeatureType) | Nil = nil) #

[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 enabled_features : Array(FeatureType) | Nil #

The features you have enabled for centralized root access.


[View source]
def enabled_features=(enabled_features : Array(FeatureType) | Nil) #

The features you have enabled for centralized root access.


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

See Object#hash(hasher)


def organization_id : String | Nil #

The unique identifier (ID) of an organization.


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

The unique identifier (ID) of an organization.


[View source]
def to_query_params(prefix : String) : Array(Tuple(String, String)) #

[View source]
def validate! : Nil #

[View source]