class AmazonAppConfig::CreateHostedConfigurationVersionRequest

Included Modules

Defined in:

clients/appconfig.cr

Constructors

Class Method Summary

Instance Method Summary

Instance methods inherited from module AWSSdk::RestJSON::Structure

process(request : HTTP::Request) process, serialize(json : JSON::Builder) serialize

Constructor Detail

def self.new(application_id : String, configuration_profile_id : String, content : IO | String | Bytes, content_type : String, description : String | Nil = nil, latest_version_number : Int32 | Nil = nil) #

[View source]

Class Method Detail

def self.deserialize(xml : XML::Node) #

[View source]
def self.from_response(request : HTTP::Client::Response) #

[View source]

Instance Method Detail

def application_id : String #

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

[View source]
def configuration_profile_id : String #

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

[View source]
def content : IO | String | Bytes #

[View source]
def content=(content : IO | String | Bytes) #

[View source]
def content_type : String #

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

[View source]
def description : String | Nil #

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

[View source]
def latest_version_number : Int32 | Nil #

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

[View source]