class Amazonite::SsmV1::Activation

Included Modules

Defined in:

ssm_v1/activation.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(activation_id : String | Nil = nil, description : String | Nil = nil, default_instance_name : String | Nil = nil, iam_role : String | Nil = nil, registration_limit : Int32 | Nil = nil, registrations_count : Int32 | Nil = nil, expiration_date : Time | Nil = nil, expired : Bool | Nil = nil, created_date : Time | Nil = nil, tags : Array(Tag) | Nil = nil) #

[View source]

Instance Method Detail

def activation_id : String | Nil #

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

[View source]
def created_date : Time | Nil #

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

[View source]
def default_instance_name : String | Nil #

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

[View source]
def description : String | Nil #

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

[View source]
def expiration_date : Time | Nil #

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

[View source]
def expired : Bool | Nil #

[View source]
def expired=(expired : Bool | Nil) #

[View source]
def iam_role : String | Nil #

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

[View source]
def registration_limit : Int32 | Nil #

[View source]
def registration_limit=(registration_limit : Int32 | Nil) #

[View source]
def registrations_count : Int32 | Nil #

[View source]
def registrations_count=(registrations_count : Int32 | Nil) #

[View source]
def tags : Array(Tag) | Nil #

[View source]
def tags=(tags : Array(Tag) | Nil) #

[View source]