class
Amazonite::Iam::DisableOrganizationsRootCredentialsManagementResponse
Defined in:
iam/disable_organizations_root_credentials_management_response.crConstructors
- .from_xml(node : XML::Node) : self
- .new(organization_id : String | Nil = nil, enabled_features : Array(FeatureType) | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#enabled_features : Array(FeatureType) | Nil
The features enabled for centralized root access for member accounts in your organization.
-
#enabled_features=(enabled_features : Array(FeatureType) | Nil)
The features enabled for centralized root access for member accounts in your organization.
-
#hash(hasher)
See
Object#hash(hasher) -
#organization_id : String | Nil
The unique identifier (ID) of an organization.
-
#organization_id=(organization_id : String | Nil)
The unique identifier (ID) of an organization.
- #to_query_params(prefix : String) : Array(Tuple(String, String))
- #validate! : Nil
Constructor Detail
def self.new(organization_id : String | Nil = nil, enabled_features : Array(FeatureType) | Nil = nil)
#
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 enabled for centralized root access for member accounts in your organization.
def enabled_features=(enabled_features : Array(FeatureType) | Nil)
#
The features enabled for centralized root access for member accounts in your organization.
def organization_id=(organization_id : String | Nil)
#
The unique identifier (ID) of an organization.