class Amazonite::SsmV1::ServiceSetting

Included Modules

Defined in:

ssm_v1/service_setting.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(setting_id : String | Nil = nil, setting_value : String | Nil = nil, last_modified_date : Time | Nil = nil, last_modified_user : String | Nil = nil, arn : String | Nil = nil, status : String | Nil = nil) #

[View source]

Instance Method Detail

def arn : String | Nil #

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

[View source]
def last_modified_date : Time | Nil #

[View source]
def last_modified_date=(last_modified_date : Time | Nil) #

[View source]
def last_modified_user : String | Nil #

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

[View source]
def setting_id : String | Nil #

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

[View source]
def setting_value : String | Nil #

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

[View source]
def status : String | Nil #

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

[View source]