class Amazonite::CloudFormation::StackSetAutoDeploymentTargetSummary

Overview

One of the targets for the StackSet. Returned by the ListStackSetAutoDeploymentTargets API operation.

Defined in:

cloudformation/stack_set_auto_deployment_target_summary.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(organizational_unit_id : String | Nil = nil, regions : Array(String) | 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 hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def organizational_unit_id : String | Nil #

The organization root ID or organizational unit (OU) IDs where the StackSet is targeted.


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

The organization root ID or organizational unit (OU) IDs where the StackSet is targeted.


[View source]
def regions : Array(String) | Nil #

The list of Regions targeted for this organization or OU.


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

The list of Regions targeted for this organization or OU.


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

[View source]
def validate! : Nil #

[View source]