class Amazonite::SsmV1::DocumentParameter

Included Modules

Defined in:

ssm_v1/document_parameter.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(name : String | Nil = nil, type : DocumentParameterType | Nil = nil, description : String | Nil = nil, default_value : String | Nil = nil) #

[View source]

Instance Method Detail

def default_value : String | Nil #

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

[View source]
def description : String | Nil #

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

[View source]
def name : String | Nil #

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

[View source]
def type : DocumentParameterType | Nil #

[View source]
def type=(type : DocumentParameterType | Nil) #

[View source]