class AmazonAppConfig::ConfigurationStruct

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(content : IO | String | Bytes | Nil = nil, configuration_version : String | Nil = nil, content_type : String | 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 configuration_version : String | Nil #

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

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

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

[View source]
def content_type : String | Nil #

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

[View source]