class Amazonite::SsmV1::TargetLocation

Included Modules

Defined in:

ssm_v1/target_location.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(accounts : Array(String) | Nil = nil, regions : Array(String) | Nil = nil, target_location_max_concurrency : String | Nil = nil, target_location_max_errors : String | Nil = nil, execution_role_name : String | Nil = nil) #

[View source]

Instance Method Detail

def accounts : Array(String) | Nil #

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

[View source]
def execution_role_name : String | Nil #

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

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

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

[View source]
def target_location_max_concurrency : String | Nil #

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

[View source]
def target_location_max_errors : String | Nil #

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

[View source]