class Amazonite::SsmV1::CreateActivationRequest

Included Modules

Defined in:

ssm_v1/create_activation_request.cr

Constructors

Instance Method Summary

Constructor Detail

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

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

[View source]

Instance Method Detail

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 iam_role : String #

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

[View source]
def registration_limit : Int32 | Nil #

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

[View source]
def registration_metadata : Array(RegistrationMetadataItem) | Nil #

[View source]
def registration_metadata=(registration_metadata : Array(RegistrationMetadataItem) | Nil) #

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

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

[View source]