struct Lightsail::UpdateDistributionRequest
- Lightsail::UpdateDistributionRequest
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
clients/lightsail.crConstructors
- .new(pull : JSON::PullParser)
- .new(distributionName : String, origin : InputOrigin | Nil = nil, defaultCacheBehavior : CacheBehavior | Nil = nil, cacheBehaviorSettings : CacheSettings | Nil = nil, cacheBehaviors : Array(CacheBehaviorPerPath) | Nil = nil, isEnabled : Bool | Nil = nil)
Instance Method Summary
- #cacheBehaviors : Array(CacheBehaviorPerPath) | Nil
- #cacheBehaviors=(cacheBehaviors : Array(CacheBehaviorPerPath) | Nil)
- #cacheBehaviorSettings : CacheSettings | Nil
- #cacheBehaviorSettings=(cacheBehaviorSettings : CacheSettings | Nil)
- #defaultCacheBehavior : CacheBehavior | Nil
- #defaultCacheBehavior=(defaultCacheBehavior : CacheBehavior | Nil)
- #distributionName : String
- #distributionName=(distributionName : String)
- #fill_in(request : HTTP::Request) : HTTP::Request
- #isEnabled : Bool | Nil
- #isEnabled=(isEnabled : Bool | Nil)
- #origin : InputOrigin | Nil
- #origin=(origin : InputOrigin | Nil)
Constructor Detail
def self.new(distributionName : String, origin : InputOrigin | Nil = nil, defaultCacheBehavior : CacheBehavior | Nil = nil, cacheBehaviorSettings : CacheSettings | Nil = nil, cacheBehaviors : Array(CacheBehaviorPerPath) | Nil = nil, isEnabled : Bool | Nil = nil)
#