class Amazonite::SsmV1::TargetLocation
- Amazonite::SsmV1::TargetLocation
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
ssm_v1/target_location.crConstructors
- .new(pull : JSON::PullParser)
- .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)
Instance Method Summary
- #accounts : Array(String) | Nil
- #accounts=(accounts : Array(String) | Nil)
- #execution_role_name : String | Nil
- #execution_role_name=(execution_role_name : String | Nil)
- #regions : Array(String) | Nil
- #regions=(regions : Array(String) | Nil)
- #target_location_max_concurrency : String | Nil
- #target_location_max_concurrency=(target_location_max_concurrency : String | Nil)
- #target_location_max_errors : String | Nil
- #target_location_max_errors=(target_location_max_errors : String | Nil)
Constructor Detail
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)
#
Instance Method Detail
def target_location_max_concurrency=(target_location_max_concurrency : String | Nil)
#