class Amazonite::SsmV1::CreateOpsMetadataRequest

Included Modules

Defined in:

ssm_v1/create_ops_metadata_request.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(resource_id : String, metadata : Hash(String, MetadataValue) | Nil = nil, tags : Array(Tag) | Nil = nil) #

[View source]

Instance Method Detail

def metadata : Hash(String, MetadataValue) | Nil #

[View source]
def metadata=(metadata : Hash(String, MetadataValue) | Nil) #

[View source]
def resource_id : String #

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

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

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

[View source]