class

Amazonite::SsmV1::PutParameterRequest

Inherits JSON::Serializable < Reference < Object

Constructors

new(name : String, value : String, description : String | Nil = nil, type : ParameterType | Nil = nil, key_id : String | Nil = nil, overwrite : Bool | Nil = nil, allowed_pattern : String | Nil = nil, tags : Array(Tag) | Nil = nil, tier : ParameterTier | Nil = nil, policies : String | Nil = nil, data_type : String | Nil = nil)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

allowed_pattern
Source
allowed_pattern=(allowed_pattern : String | Nil)
Source
data_type
Source
data_type=(data_type : String | Nil)
Source
description
Source
description=(description : String | Nil)
Source
key_id
Source
key_id=(key_id : String | Nil)
Source
name
Source
name=(name : String)
Source
overwrite
Source
overwrite=(overwrite : Bool | Nil)
Source
policies
Source
policies=(policies : String | Nil)
Source
tags
Source
tags=(tags : Array(Tag) | Nil)
Source
tier
Source
tier=(tier : ParameterTier | Nil)
Source
type
Source
type=(type : ParameterType | Nil)
Source
value
Source
value=(value : String)
Source